CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

AgniGateway Marketplace

kaanthan24/agnigateway-mcp
5 toolsHTTPregistry active
Summary

This connects Claude directly to a public travel marketplace with 560+ products across flights, yacht charters, tours, and activities. It exposes five tools via streamable HTTP: search_travel for natural language queries, get_product_detail for enriched specs, check_availability for pricing, get_policies for booking terms, and initiate_checkout for affiliate links. Every product includes AI-specific fields like agent_summary and ai_readiness_score, generated by Claude Haiku. Coverage spans 40+ cities with inventory from Aviasales, Klook, and Searadar, all routed through Travelpayouts affiliate tracking. No authentication required. Reach for this when you want Claude to search, compare, and generate booking links for travel without building your own supplier integrations.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

5 tools
search_travelSearch travel offers (hotels, tours, bundles) using natural language. Returns enriched, agent-optimised results including digital nomad scores, wifi quality, and direct booking links.3 params

Search travel offers (hotels, tours, bundles) using natural language. Returns enriched, agent-optimised results including digital nomad scores, wifi quality, and direct booking links.

Parameters* required
limitinteger
Number of results (default 10, max 20)default: 10
querystring
Natural language query, e.g. "remote work hotel Berlin with fast wifi under $150"
filtersobject
get_offer_detailGet full enriched details for a specific travel offer by its source_id.1 params

Get full enriched details for a specific travel offer by its source_id.

Parameters* required
source_idstring
Offer source_id from a search_travel result
check_availabilityCheck current availability and price for a specific offer.1 params

Check current availability and price for a specific offer.

Parameters* required
source_idstring
Offer source_id
get_bundleGet a composed bundle for a hotel: the hotel product plus matching addon services (co-working pass, airport transfer, etc.). Returns a bundle_value_score and merged summary.2 params

Get a composed bundle for a hotel: the hotel product plus matching addon services (co-working pass, airport transfer, etc.). Returns a bundle_value_score and merged summary.

Parameters* required
addon_typesstring
Optional keyword filter for addon types, e.g. "workspace" or "transfer"
hotel_source_idstring
source_id of the hotel to bundle
initiate_bookingGenerate a tracked affiliate booking link for an offer. Logs the transaction for commission tracking. Return the booking_url to the user to complete their reservation.1 params

Generate a tracked affiliate booking link for an offer. Logs the transaction for commission tracking. Return the booking_url to the user to complete their reservation.

Parameters* required
source_idstring
Offer source_id to book

AgniGateway — AI Commerce Platform (MCP · ACP · UCP)

smithery badge Products Protocols Auth Cities

AgniGateway is an AI-native commerce platform exposing 4,800+ enriched products through MCP, ACP, and UCP protocols. Built for AI buyer agents. No human browsing required.

  • M2M Marketplace — 2,867 travel products: flights, yacht charters, tours, activities across 40+ cities
  • SaaS Commerce — 1,954 retail products from connected merchant stores, queryable by AI agents

Public endpoint. No API key. No signup. Just connect and search.


Quick Start

# List all tools
curl -X POST https://api.agnigateway.com/mcp/v1/public/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

# Search for flights
curl -X POST https://api.agnigateway.com/mcp/v1/public/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"search_travel","arguments":{"query":"flights to Tokyo under $500","limit":5}}}'

# Search for yacht charters
curl -X POST https://api.agnigateway.com/mcp/v1/public/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"search_travel","arguments":{"query":"yacht charter Greece September","limit":3}}}'

Protocol Endpoints

ProtocolURLAuth
MCP (JSON-RPC 2.0)https://api.agnigateway.com/mcp/v1/public/mcpNone
ACP (OpenAI-compatible)https://api.agnigateway.com/acp/public/tools/invokeNone
UCP (Google UCP)https://api.agnigateway.com/ucp/marketplace/v1/publicNone
Public Catalog (JSON-LD)https://api.agnigateway.com/catalogNone

All endpoints are public. No Bearer token required. Authenticated partner endpoints available at agnigateway.com.


Tools

ToolDescription
search_travelNatural language search across 4,800+ products (travel + retail). Returns agent_summary, semantic_tags, ai_readiness_score, affiliate_url.
get_offer_detailFull enriched details for a product by source_id.
check_availabilityCurrent availability and price.
get_bundleCompose a hotel + addon bundle with bundle_value_score.
initiate_bookingGenerate a tracked affiliate booking URL. Direct link to partner (Aviasales, Klook, Searadar) via Travelpayouts.

What's in the Catalog

4,800+ products enriched with Claude Haiku — 100% enrichment rate across both tracks:

M2M Marketplace — 2,867 travel products across 40+ cities

TypeSourcesCoverage
✈️ FlightsAviasales10 origins × 30 destinations
🛥️ Yacht ChartersSearadarGreece, Mediterranean
🎯 Tours & ActivitiesKlook, Ticketnetwork, WegoTrip40 cities
🚗 Transport Add-onsBikesBooking, LocalRent40 cities

SaaS Commerce — 1,954 retail products

TypeSourcesCoverage
🐾 Pet suppliespetshop24 (Awin)DE
🏭 Industrial / consumer goodsMatten Welt (Awin)DE

Merchant catalog sync via SaaS connector. More merchants and categories onboarding continuously.

Cities: Istanbul, Dubai, Paris, London, Bangkok, Singapore, New York, Tokyo, Barcelona, Amsterdam, Rome, Vienna, Prague, Budapest, Berlin, Lisbon, Athens, Cairo, Cape Town, Mumbai, Bali, Sydney, Seoul, Hong Kong, Miami, Los Angeles, Toronto, Mexico City, Rio de Janeiro, Buenos Aires, Zurich, Brussels, Copenhagen, Stockholm, Dublin, Warsaw, Kuala Lumpur, Jakarta, Manila, Nairobi + more.

Every product is enriched with:

  • agent_summary — one-sentence description optimised for LLM reasoning
  • semantic_tags — structured tags for filtering
  • ai_readiness_score — 0–100 confidence score for agent use
  • comparison_highlights — key differentiators vs alternatives
  • affiliate_url — direct booking deep-link, commission tracked via Travelpayouts marker=728068

Example Response

{
  "source_id": "aviasales-LON-KSC-2026-06",
  "product_type": "flight",
  "name": "LON → KSC — from $44",
  "price": 44,
  "currency": "USD",
  "availability_status": "available",
  "agent_summary": "Ryanair flight LON→KSC June 2026 from $44. Budget tier, morning departure.",
  "semantic_tags": ["budget", "ryanair", "london", "krakow", "europe", "short_haul"],
  "ai_readiness_score": 72,
  "affiliate_url": "https://www.aviasales.com/search/LON0106KSC1?marker=728068"
}

Connect via Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "agnigateway": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fetch",
        "https://api.agnigateway.com/mcp/v1/public/mcp"
      ]
    }
  }
}

Connect via Smithery

Install on Smithery


Discovery Files

FileURL
llms.txtagnigateway.com/llms.txt
mcp.jsonagnigateway.com/.well-known/mcp.json
ai-plugin.jsonagnigateway.com/.well-known/ai-plugin.json
Public Catalogapi.agnigateway.com/catalog

Architecture

AI Agent (Claude / ChatGPT / Perplexity / Custom)
    │
    │  MCP / ACP / UCP
    ▼
api.agnigateway.com  (Deno Deploy — Europe/AMS)
    │
    │  JSON-RPC 2.0
    ▼
Supabase Edge Functions  (eu-central-1)
    │
    ├── marketplace_products  (2,867 enriched travel products)
    ├── products  (1,954 enriched SaaS retail products)
    ├── marketplace_transactions  (per-booking tracking)
    └── pgvector semantic search
    │
    ▼
Travelpayouts Affiliate Network
    └── tp.media deep-links → Aviasales / Klook / Searadar / ...

Platform

AgniGateway has two tracks:

TrackDescription
M2M MarketplaceThis repo — 2,867 travel & affiliate products for AI agents
SaaS Commerce1,954 retail products from connected merchant stores, queryable by AI buyer agents

More tracks coming. Visit agnigateway.com for the full platform.


License

Commercial. Public endpoints are free to use. Partner API keys with higher limits available at agnigateway.com.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedMay 26, 2026
View on GitHub