API.market MCP Gateway
Connect AI assistants and agents to API.market through a hosted OAuth MCP gateway.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Search Apis: Search and browse the api.market catalog of 1000+ API tools across 340+ products. Returns paginated results with pricing, popularity, and ratings. Call with no arguments to browse all cat
- Get Api Tools: Get available operations, full documentation, pricing, and usage stats for a specific API product. Use workspace and product slugs from search_apis results.
- Call Api: Execute a specific API operation. Use endpoint name from get_api_tools. Authentication is handled automatically by the connected MCP client.
What data it sees
Do you need an account
No: the server works without sign-in
Connect AI assistants and agents to API.market through a hosted OAuth MCP gateway. Discover APIs, retrieve tool schemas on demand, call APIs, and check usage and subscriptions. Available APIs include image and video generation, search, web data, and maps.
Connect using Streamable HTTP at https://prod.api.market/api/mcp/gateway with OAuth authentication. Setup instructions: https://api.market/mcp. API pricing varies, with free tiers and pay-as-you-go options.
Server tool list (5)
Raw names from tools/list. Only developers need these.
| search_apis | Search and browse the api.market catalog of 1000+ API tools across 340+ products. Returns paginated results with pricing, popularity, and ratings. Call with no arguments to browse all categories. |
| get_api_tools | Get available operations, full documentation, pricing, and usage stats for a specific API product. Use workspace and product slugs from search_apis results. |
| call_api | Execute a specific API operation. Use endpoint name from get_api_tools. Authentication is handled automatically by the connected MCP client. |
| check_usage | Check your API subscription usage, remaining quota, wallet balance, and billing dates. For QUOTA plans returns calls remaining. For PAYG plans returns wallet balance and cost per call (no quota limit). Call with no args to see all active subscriptions. |
| manage_subscription | View pricing plans, check subscription status, subscribe/upgrade/downgrade, or cancel API subscriptions. IMPORTANT: For paid plans always use dryRun:true first and confirm with the user before subscribing. |