api7/aisix
MCP gateway that registers upstream MCP servers and fronts them behind one governed Streamable HTTP endpoint (/mcp): per-tool access control by caller API key, guardrails over tool arguments and results, rate limits, and usage logs. The same self-hosted gateway also proxies LLM and A2A agent traffic.
Ads
Overview
observe all your LLM and AI-agent traffic from a single control point — shipped as one
Installation
docker kill -s HUP aisix
Configuration
{
"mcpServers": {
"aisix": {
"command": "docker",
"args": [
"kill",
"-s",
"HUP",
"aisix"
]
}
}
}Paste into ~/.cursor/mcp.json or .cursor/mcp.json
Tags
- aggregators
- local
- rust
- awesome-list
Related MCP servers
Aggregators
HelpCode-ai/anythingmcp
Self-hosted source-available MCP gateway and API-to-MCP bridge. Converts REST, SOAP/WSDL, GraphQL, and SQL/NoSQL databases (PostgreSQL, MySQL, MariaDB, MSSQL, Oracle, MongoDB, SQLite) into MCP tools — no SDK, no code. Imports OpenAPI / Postman / WSDL / GraphQL specs; bridges multiple MCP servers behind one endpoint. Ships with 29 pre-built adapters (DHL, DATEV, Weclapp, Personio, Handelsregister, Shopware 6, VIES, OpenPLZ, Bundesbank, etc.). OAuth2 (PKCE + Client Credentials), Bearer, API Key, WS-Security, TLS certs. AES-256-GCM credential encryption, full audit log, per-user MCP API keys, tool-level RBAC.
Aggregators
getanyapi-com/mcp
AnyAPI: hundreds of scraping and data APIs (social media, search results, Google Maps, e-commerce, general web data) behind one MCP server - one key, USD pay-per-request, no subscriptions, normalized JSON schemas, and automatic failover across upstream providers. Agents discover, inspect, price and run any of them with the same loop (`search_apis`, `get_api`, `quote_api`, `run_api`); failed calls are never charged. Install: `npx -y anyapi-mcp`, or point a remote client straight at `https://api.getanyapi.com/mcp`.
Aggregators
x402-index/x402search-mcp
Search 14,000+ x402-enabled HTTP APIs by keyword. Agents pay $0.01 USDC per search via x402 micropayments on Base mainnet — no API keys required. Larger index than any other x402 discovery layer.
Aggregators
merterbak/Grok-MCP
MCP server for xAI's [Grok API](https://docs.x.ai/docs/overview) with agentic tool calling, image generation, vision, and file support.
Aggregators
mrfelfel/taghvim
Deterministic temporal reasoning engine for AI agents. 12 tools for date/time arithmetic, timezone conversion with DST, business days across 100+ countries, public holidays, RFC 5545 recurrence, Gregorian/Persian calendar conversion, and temporal claim verification. `npx taghvim-mcp`
Aggregators
VeriTeknik/pluggedin-mcp-proxy
A comprehensive proxy server that combines multiple MCP servers into a single interface with extensive visibility features. It provides discovery and management of tools, prompts, resources, and templates across servers, plus a playground for debugging when building MCP servers.
5 tools · pluggedin_ask_knowledge_base, pluggedin_clipboard_set
Aggregators
rplryan/x402-discovery-mcp
Runtime discovery layer for x402-payable APIs. Agents discover and route to pay-per-call x402 endpoints by capability, get quality-ranked results with trust scores (0-100), and pay per query via x402. Includes MCP server, Python SDK, and CLI (npm install -g x402scout).
Aggregators
rupinder2/mcp-orchestrator
Central hub that aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.