MCP-серверы: агрегаторы, шлюзы и x402-платежи
Обзор MCP-серверов: агрегаторы, шлюзы, x402-платежи и интеграции для расширения возможностей ИИ.
Обзор MCP-серверов: агрегаторы, шлюзы, x402-платежи и интеграции для расширения возможностей ИИ.
Можно использовать агрегаторы и шлюзы MCP для упрощения оркестрации моделей и интеграции с внешними сервисами, экономя токены и время разработки. Серверы с x402-платежами позволяют быстро подключать платные API без оформления подписок.
расшифровка ролика ↓
[](README-th.md) [](README.md) [](README-zh_TW.md) [](README-zh.md) [](README-ja.md) [](README-ko.md) [](README-pt_BR.md) [](https://glama.ai/mcp/discord) [](https://www.reddit.com/r/mcp/)
> [!IMPORTANT] > [Awesome MCP Servers](https://glama.ai/mcp/servers) web directory.
A curated list of awesome Model Context Protocol (MCP) servers.
* [What is MCP?](#what-is-mcp) * [Clients](#clients) * [Tutorials](#tutorials) * [Community](#community) * [Legend](#legend) * [Server Implementations](#server-implementations) * [Frameworks](#frameworks) * [Tips & Tricks](#tips-and-tricks)
## What is MCP?
[MCP](https://modelcontextprotocol.io/) is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implementations. This list focuses on production-ready and experimental MCP servers that extend AI capabilities through file access, database connections, API integrations, and other contextual services.
## Clients
Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) and [glama.ai/mcp/clients](https://glama.ai/mcp/clients).
## Tutorials
* [Tool Definition Quality Score (TDQS)](https://github.com/glama-ai/tool-definition-quality-score) * [Model Context Protocol (MCP) Quickstart](https://glama.ai/blog/2024-11-25-model-context-protocol-quickstart) * [Setup Claude Desktop App to Use a SQLite Database](https://youtu.be/wxCCzo9dGj0)
## Community
* [r/mcp Reddit](https://www.reddit.com/r/mcp) * [Discord Server](https://glama.ai/mcp/discord)
## Legend
* 🎖️ – official implementation * programming language * 🐍 – Python codebase * 📇 – TypeScript (or JavaScript) codebase * 🏎️ – Go codebase * 🦀 – Rust codebase * #️⃣ - C# Codebase * ☕ - Java codebase * 🌊 – C/C++ codebase * 💎 - Ruby codebase
* scope * ☁️ - Cloud Service * 🏠 - Local Service * 📟 - Embedded Systems * operating system * 🍎 – For macOS * 🪟 – For Windows * 🐧 - For Linux
> [!NOTE] > Confused about Local 🏠 vs Cloud ☁️? > * Use local when MCP server is talking to a locally installed software, e.g. taking control over Chrome browser. > * Use cloud when MCP server is talking to remote APIs, e.g. weather API.
## Server Implementations
> [!NOTE] > We now have a [web-based directory](https://glama.ai/mcp/servers) that is synced with the repository.
* 🔗 - [Aggregators](#aggregators) * 🤝 - [Agreements & Coordination](#agreements--coordination) * 🎨 - [Art & Culture](#art-and-culture) * 📐 - [Architecture & Design](#architecture-and-design) * 📂 - [Browser Automation](#browser-automation) * 🧬 - [Biology Medicine and Bioinformatics](#bio) * ☁️ - [Cloud Platforms](#cloud-platforms) * 👨💻 - [Code Execution](#code-execution) * 🤖 - [Coding Agents](#coding-agents) * 🖥️ - [Command Line](#command-line) * 💬 - [Communication](#communication) * 🗣️ - [Conversational AI](#conversational-ai) * 🔑 - [Cryptography](#cryptography) * 👤 - [Customer Data Platforms](#customer-data-platforms) * 🗄️ - [Databases](#databases) * 📊 - [Data Platforms](#data-platforms) * 🚚 - [Delivery](#delivery) * 🛠️ - [Developer Tools](#developer-tools) * 🧮 - [Data Science Tools](#data-science-tools) * 📊 - [Data Visualization](#data-visualization) * 📟 - [Embedded system](#embedded-system) * 🎓 - [Education](#education) * 🛒 - [E-Commerce](#e-commerce) * 🌳 - [Environment & Nature](#environment-and-nature) * 📂 - [File Systems](#file-systems) * 💰 - [Finance & Fintech](#finance--fintech) * 🎮 - [Gaming](#gaming) * 🏠 - [Home Automation](#home-automation) * 🏭 - [Industrial & IoT](#industrial--iot) * 🧠 - [Knowledge & Memory](#knowledge--memory) * ⚖️ - [Legal](#legal) * 🗺️ - [Location Services](#location-services) * 🎯 - [Marketing](#marketing) * 📊 - [Monitoring](#monitoring) * 🎥 - [Multimedia Process](#multimedia-process) * 🖥️ - [OS Automation](#os-automation) * 🎙️ - [Podcasts](#podcasts) * 📋 - [Product Management](#product-management) * 🏠 - [Real Estate](#real-estate) * 🔬 - [Research](#research) * 🔎 - [Search & Data Extraction](#search) * 🔒 - [Security](#security) * 🌐 - [Social Media](#social-media) * 🔮 - [Spirituality & Esoterica](#spirituality-and-esoterica) * 🏃 - [Sports](#sports) * 🎧 - [Support & Service Management](#support-and-service-management) * 🌎 - [Translation Services](#translation-services) * 🎧 - [Text-to-Speech](#text-to-speech) * 🎙️ - [Speech-to-Text](#speech-to-text) * 🚆 - [Travel & Transportation](#travel-and-transportation) * 🔄 - [Version Control](#version-control) * 🏢 - [Workplace & Productivity](#workplace-and-productivity) * 🛠️ - [Other Tools and Integrations](#other-tools-and-integrations)
### 🔗 <a name="aggregators"></a>Aggregators
Servers for accessing many apps and tools through a single MCP server.
- [Correctover/mcp-server](https://github.com/Correctover/mcp-server) [](https://glama.ai/mcp/servers/Correctover/mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - Contract validation and self-healing failover for LLM APIs. 6-dimension verification (structure, schema, latency, cost, identity, integrity) in 22μs P50. 87 self-healing rules with MAPE-K autonomic loop. BYOK direct connect to 9 providers (OpenAI, Anthropic, DeepSeek, Moonshot, Zhipu AI, Qwen, SiliconFlow, Groq, Together AI). L3 failover in 949ms E2E. Install: `npx -y correctover-mcp-server`. - [daedalusdevelopmentgroup/ddg-agent-payable-services](https://github.com/daedalusdevelopmentgroup/ddg-agent-payable-services) [](https://glama.ai/mcp/servers/daedalusdevelopmentgroup/ddg-agent-payable-services) 🐍 ☁️ - Pay-per-call x402 gateway: one MCP server for 90+ agent tools (utilities, DNS/WHOIS, blockchain RPC, market data, prediction markets, DEX data, security audits) plus an OpenAI-compatible LLM gateway. USDC on Base, free-trial calls per agent. `pip install ddg-agent-services-mcp` or remote `https://mcp.daedalusdevelopmentgroup.com/mcp`. - [forgemeshlabs/coinopai-mcp](https://github.com/forgemeshlabs/coinopai-mcp) [](https://glama.ai/mcp/servers/forgemeshlabs/coinopai-mcp) 📇 - Local stdio MCP server for x402-powered paid crypto intelligence: preflight checks, trade decisions with `decision_id`, later audit against real prices, risk state, signal history, and agent automation search over USDC micropayments on Base. - [forgemeshlabs/anomaly-mcp](https://github.com/forgemeshlabs/anomaly-mcp) [](https://glama.ai/mcp/servers/forgemeshlabs/anomaly-mcp) 📇 ☁️ - Real-time anomaly detection powered by NASA-derived sequence mining across blockchain, mempool, stablecoin depeg, aviation, and GitHub signals via x402 USDC micropayments on Base. `npx -y @forgemeshlabs/anomaly-mcp` - [1mcp/agent](https://github.com/1mcp-app/agent) 📇 ☁️ 🏠 🍎 🪟 🐧 - A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one. - [2s-io/sdk](https://github.com/2s-io/sdk) [](https://glama.ai/mcp/servers/2s-io/sdk) 📇 ☁️ 🍎 🪟 🐧 - Unified API for AI agents — 180+ tools across geocoding, weather (NWS), climate stations (NOAA), earthquakes (USGS), tides (NOAA), points of interest (OpenStreetMap), patents (USPTO ODP), US case law (CourtListener / Free Law Project), Federal Register, Wikipedia, scientific papers (arXiv / PubMed / Semantic Scholar), AI summarize / translate / extract / screenshot / image-describe, image compression, DNS / WHOIS, crypto address-validate + EVM gas oracle, OFAC sanctions screening, US Census ACS demographics, airport / ZIP lookup. Sub-cent to a few cents per call in USDC on Base via x402 — no API keys, no signup. `npx -y @2sio/mcp` - [8randonpickart5/alderpost-mcp](https://github.com/8randonpickart5/alderpost-mcp) [](https://glama.ai/mcp/servers/8randonpickart5/alderpost-mcp) 📇 ☁️ - 8 bundled intelligence endpoints (security, company, threat, compliance, sales, sports, property, health) via x402 micropayments on Base. - [GTCC777/pulsenetwork-mcp](https://github.com/GTCC777/pulsenetwork-mcp) [](https://glama.ai/mcp/servers/GTCC777/pulsenetwork-mcp) 📇 - One MCP server exposing 66 specialized intelligence APIs (660+ endpoints) — finance, crypto, legal, immigration, healthcare cost, real estate, tax, climate, sports, science, and more — each an x402 pay-per-call tool in USDC on Base and Solana. Includes a `discover` meta-tool over the whole network and a cross-vertical referral graph. No API keys. `npx mcp-pulsenetwork` - [mcpqueen/mcpqueen](https://github.com/mcpqueen/mcpqueen) [](https://glama.ai/mcp/servers/mcpqueen/mcpqueen) 🎖️ 📇 ☁️ - The graded MCP registry: live-probes every remote server in the official registry (initialize, tools/list, schema quality, latency, provenance) and publishes evidence-backed grades — searchable by agents via its own MCP endpoint at [mcpqueen.com](https://mcpqueen.com). - [szp2005/llm-prices-cn](https://github.com/szp2005/llm-prices-cn) [](https://glama.ai/mcp/servers/szp2005/llm-prices-cn) 🐍 ☁️ - Daily-verified LLM API pricing dataset (44+ models, CN & global) with a hosted MCP server for live price queries and token cost estimation. - [tadas-github/a2asearch-mcp](https://github.com/tadas-github/a2asearch-mcp) [](https://glama.ai/mcp/servers/tadas-github/a2asearch-mcp) 📇 ☁️ - MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: `npx -y a2asearch-mcp`. Ask Claude: "Find MCP servers for database access". Free, no auth required. - [Aganium/agenium](https://github.com/Aganium/agenium) 📇 ☁️ 🍎 🪟 🐧 - Bridge any MCP server to the agent:// network — DNS-like identity, discovery, and trust for AI agents. Makes your tools discoverable and callable by other agents via `agent://` URIs with mTLS, trust scores, and capability search. - [agentbodegastore/agentbodega](https://github.com/agentbodegastore/agentbodega) [](https://glama.ai/mcp/servers/agentbodegastore/agentbodega) 📇 ☁️ - AgentBodega MCP gives agents a live catalog of 65 x402-payable HTTP tools across search, public data, social media, status checks, media conversion, and agent-readiness checks. No API keys; install with `npx -y @agentbodega/mcp`. - [elisymlabs/elisym](https://github.com/elisymlabs/elisym) [](https://glama.ai/mcp/servers/elisymlabs/elisym) 📇 ☁️ 🍎 🪟 🐧 - AI agent discovery and marketplace on Nostr with Solana payments (SOL, USDC). NIP-89 discovery, NIP-90 jobs, NIP-44 v2 encryption, on-chain micropayments. - [espadaw/Agent47](https://github.com/espadaw/Agent47) 📇 ☁️ - Unified job aggregator for AI agents across 9+ platforms (x402, RentAHuman, Virtuals, etc). - [doggychip/agentforge](https://github.com/doggychip/agentforge) [](https://glama.ai/mcp/servers/doggychip/agentforge) 📇 ☁️ - Unified API gateway and marketplace for 300+ AI agents. One API key, REST + streaming, 90% creator revenue share, health monitoring. Self-hostable (MIT). - [AgentHotspot](https://github.com/AgentHotspot/agenthotspot-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Search, integrate and monetize MCP connectors on the AgentHotspot MCP marketplace - [aidevelopers2/remoteopenclaw-mcp](https://github.com/aidevelopers2/remoteopenclaw-mcp) [](https://glama.ai/mcp/servers/aidevelopers2/remoteopenclaw-mcp) 📇 🏠 - MCP server and CLI to search the Remote OpenClaw directory of 13,870+ MCP servers, 4,384+ agent skills, and plugins. Returns names, links, and install commands. Install: `claude mcp add remoteopenclaw -- npx -y remoteopenclaw`. CLI: `npx remoteopenclaw search <query>`. Free, no API key. - [garasegae/aiskillstore](https://github.com/garasegae/aiskillstore) [](https://glama.ai/mcp/servers/garasegae/aiskillstore) ☁️ - Agent-first skill marketplace where AI agents discover, purchase, and integrate skills via MCP protocol. Supports 7+ platforms including Claude, hGPT, and Gemini. - [alexanderclapp/clirank-mcp-server](https://github.com/alexanderclapp/clirank-mcp-server) [](https://glama.ai/mcp/servers/alexanderclapp/clirank-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - API intelligence for AI coding agents. 387 APIs scored on agent-friendliness with tools to recommend, compare, check scores, and discover APIs. Install: `npx clirank-mcp-server`. Web: [clirank.dev](https://clirank.dev). - [Work90210/APIFold](https://github.com/Work90210/APIFold) [](https://glama.ai/mcp/servers/Work90210/APIFold) 📇 ☁️ - Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key. - [alexar76/aimarket-plugins](https://github.com/alexar76/aimarket-plugins) [](https://glama.ai/mcp/servers/alexar76/aimarket-plugins) 📇 ☁️ 🏠 🍎 🪟 🐧 - **aimarket-mcp-packager** hub plugin: turn AIMarket capabilities into self-hosted MCP servers (Docker image + `mcp_manifest` + Claude Desktop `mcpServers` config). Part of 15-plugin AIMarket Hub ([modelmarket.dev](https://modelmarket.dev)); protocol discovery at `/.well-known/ai-market.json`. Install: `pip install aimarket-mcp-packager`. - [Alepha188838884/context-firewall](https://github.com/Alepha188838884/context-firewall) [](https://glama.ai/mcp/servers/Alepha188838884/context-firewall) 📇 🏠 🍎 🪟 🐧 - Local proxy that collapses N downstream MCP servers into 4 meta-tools with progressive tool discovery (measured: 122 tools → 4, ~28.6K tokens of definitions saved), compresses large tool outputs (HTML→Markdown, JSON structure summarization, base64 stripping — 60–95% measured on real pages/APIs) with full-output retrieval via `read_more`, and prints a per-session token-savings report. Security-relevant outputs are never silently compressed. Install: `npx -y context-firewall --config config.json` - [reefapi/reefapi-mcp](https://github.com/reefapi/reefapi-mcp) [](https://glama.ai/mcp/servers/reefapi/reefapi-mcp) 🐍 ☁️ - One MCP for 160+ live web-data APIs — search engines, social (Reddit, TikTok, Threads, Bluesky), e-commerce (Amazon, eBay, AliExpress, Etsy), real estate (Zillow, Redfin), jobs, travel, news, finance and company/people intel. Clean JSON from sites that block scrapers; one key, one shared credit pool, free tier. Remote streamable-http at api.reefapi.com/mcp. - [RightOnPar-LLC/mesh-connector](https://github.com/RightOnPar-LLC/mesh-connector) [](https://glama.ai/mcp/servers/RightOnPar-LLC/mesh-connector) 📇 ☁️ - Agent-to-agent capability exchange (MeshMarket): agents browse keylessly, self-onboard via mesh_signup, rent memory/reasoning/safety per call, list their own tools with mesh_publish, and settle in closed-loop credits on a debit-first ledger. - [rhein1/agoragentic-integrations](https://github.com/rhein1/agoragentic-integrations) [](https://glama.ai/mcp/servers/@rhein1/agoragentic-integrations) 📇 ☁️ - Agent-to-agent marketplace where AI agents discover, invoke, and pay for services from other agents using USDC on Base L2. - [arikusi/deepseek-mcp-server](https://github.com/arikusi/deepseek-mcp-server) [](https://glama.ai/mcp/servers/arikusi/deepseek-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking. - [ariekogan/ateam-mcp](https://github.com/ariekogan/ateam-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Build, validate, and deploy multi-agent AI solutions on the ADAS platform. Design skills with tools, manage solution lifecycle, and connect from any AI environment via stdio or HTTP. - [askbudi/roundtable](https://github.com/askbudi/roundtable) 📇 ☁️ 🏠 🍎 🪟 🐧 - Meta-MCP server that unifies multiple AI coding assistants (Codex, Claude Code, Cursor, Gemini) through intelligent auto-discovery and standardized MCP interface, providing zero-configuration access to the entire AI coding ecosystem. - [adw0rd/awesome-mcp-tools-mcp](https://github.com/adw0rd/awesome-mcp-tools-mcp) [](https://glama.ai/mcp/servers/adw0rd/awesome-mcp-tools-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - CLI + stdio MCP bridge for the [awesome-mcp.tools](https://awesome-mcp.tools) catalog (2,000+ MCP servers, refreshed every 6h). Search from terminal (`npx awesome-mcp search postgres`) or wire the hosted server into Claude / Cursor / Codex / Cline / Windsurf. Endpoint: `https://awesome-mcp.tools/mcp` (Streamable HTTP, no auth). Zero deps, MIT. - [avotsai/avots-mcp](https://github.com/avotsai/avots-mcp) [](https://glama.ai/mcp/servers/avotsai/avots-mcp) 📇 ☁️ - Hosted multi-model AI media + chat: image, video, audio, face-swap and talking-avatar generation plus chat across 300+ models (Claude, GPT, Gemini, DeepSeek…) from one balance and one key. - [blockrunai/blockrun-mcp](https://github.com/blockrunai/blockrun-mcp) 📇 ☁️ 🍎 🪟 🐧 - Access 30+ AI models (GPT-5, Claude, Gemini, Grok, DeepSeek) without API keys. Pay-per-use via x402 micropayments with USDC on Base. - [cinderwright-ai/cinderwright-api](https://github.com/cinderwright-ai/cinderwright-api) [](https://glama.ai/mcp/servers/cinderwright-ai/cinderwright-api) 📇 ☁️ - x402 Discovery Hub. Search engine for the agent economy with 1450+ services indexed. Pay with USDC on Base via x402. - [Continuum-AI-Corp/orcarouter-mcp-server](https://github.com/Continuum-AI-Corp/orcarouter-mcp-server) [](https://glama.ai/mcp/servers/Continuum-AI-Corp/orcarouter-mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - Browse 160+ LLM models (OpenAI, Anthropic, Google, Qwen, DeepSeek, …) with live pricing — no API key required for catalog tools. Routes chat completions through the OrcaRouter gateway with automatic fallback. `npx -y @orcarouter/mcp`. - [Data-Everything/mcp-server-templates](https://github.com/Data-Everything/mcp-server-templates) 📇 🏠 🍎 🪟 🐧 - One server. All tools. A unified MCP platform that connects many apps, tools, and services behind one powerful interface—ideal for local devs or production agents. - [depwire/depwire](https://github.com/depwire/depwire) [](https://glama.ai/mcp/servers/depwire/depwire) 📇 🐍 🏎️ 🦀 🌊 🏠 - Dependency graph + 15 MCP tools for AI coding assistants. Parses TypeScript, JavaScript, Python, Go, Rust, and C. Arc diagram visualization, health scoring, dead code detection, and temporal graph. - [duaraghav8/MCPJungle](https://github.com/duaraghav8/MCPJungle) 🏎️ 🏠 - Self-hosted MCP Server registry for enterprise AI Agents - [edgarriba/prolink](https://github.com/edgarriba/prolink) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Agent-to-agent marketplace middleware — MCP-native discovery, negotiation, and transaction between AI agents - [Proofpane/releases](https://github.com/Proofpane/releases) [](https://glama.ai/mcp/servers/Proofpane/releases) 🎖️ 🏠 🍎 🪟 🐧 - Governance proxy for MCP: pair once and route your MCP servers through policy gates (allow / deny / human-in-the-loop approval), DLP redaction before the model, and cost caps, with every tool call recorded to a hash-chained audit log exportable as an Ed25519-signed, offline-verifiable evidence pack. Single-file binary daemon (macOS / Linux / Windows); downloads and install docs in the linked repo. - [entire-vc/evc-spark-mcp](https://github.com/entire-vc/evc-spark-mcp) [](https://glama.ai/mcp/servers/entire-vc/evc-spark-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. - [glenngillen/mcpmcp-server](https://github.com/glenngillen/mcpmcp-server) ☁️ 📇 🍎 🪟 🐧 - A list of MCP servers so you can ask your client which servers you can use to improve your daily workflow. - [gpu-bridge/mcp-server](https://github.com/gpu-bridge/mcp-server) [](https://glama.ai/mcp/servers/gpu-bridge/mcp-server) 📇 ☁️ 🍎 🪟 🐧 - Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API key credits. - [carlosahumada89/govrider-mcp-server](https://github.com/carlosahumada89/govrider-mcp-server) [](https://glama.ai/mcp/servers/@carlosahumada89-govrider-mcp-server) ☁️ 📇 - Match your tech product or consulting service to thousands of live government tenders, RFPs, grants, and frameworks from 25+ official sources worldwide. - [gzoonet/cortex](https://github.com/gzoonet/cortex) [](https://glama.ai/mcp/servers/@gzoonet/gzoo-cortex) 📇 🏠 - Local-first knowledge graph for developers. Watches project files, extracts entities and relationships via LLMs, builds a queryable knowledge graph with web dashboard and CLI. Provides 4 MCP tools: get_status, list_projects, find_entity, query_cortex. - [hamflx/imagen3-mcp](https://github.com/hamflx/imagen3-mcp) 📇 🏠 🪟 🍎 🐧 - A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic, and photorealistic controls. - [hashgraph-online/hashnet-mcp-js](https://github.com/hashgraph-online/hashnet-mcp-js) 📇 ☁️ 🍎 🪟 🐧 - MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network. - [hedging8563/tokenlab-mcp-server](https://github.com/hedging8563/tokenlab-mcp-server) [](https://glama.ai/mcp/servers/hedging8563/tokenlab-mcp-server) 📇 ☁️ - TokenLab AI gateway MCP server for model and pricing discovery, OpenAI-compatible Chat Completions, and native Responses, Anthropic Messages, and Gemini inference. Catalog tools require no API key; inference tools use an optional TokenLab key. - [HelpCode-ai/anythingmcp](https://github.com/HelpCode-ai/anythingmcp) [](https://glama.ai/mcp/servers/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. - [isaac-levine/forage](https://github.com/isaac-levine/forage) 📇 🏠 🍎 🪟 🐧 - Self-improving tool discovery for AI agents. Searches registries, installs MCP servers as subprocesses, and persists tool knowledge across sessions — no restarts needed. - [jabbawocky/proposalcraft](https://github.com/jabbawocky/proposalcraft) [](https://glama.ai/mcp/servers/jabbawocky/proposalcraft) 📇 🏠 🍎 🪟 🐧 - MCP server that drafts client proposals in your own voice. Save 2-3 of your winning proposals, paste a new brief, and Claude generates a ready-to-send draft. No API key, no cloud — local storage only. `npx -y github:jabbawocky/proposalcraft` - [jaspertvdm/mcp-server-gemini-bridge](https://github.com/jaspertvdm/mcp-server-gemini-bridge) 🐍 ☁️ - Bridge to Google Gemini API. Access Gemini Pro and Flash models through MCP. - [jaspertvdm/mcp-server-ollama-bridge](https://github.com/jaspertvdm/mcp-server-ollama-bridge) 🐍 🏠 - Bridge to local Ollama LLM server. Run Llama, Mistral, Qwen and other local models through MCP. - [jaspertvdm/mcp-server-openai-bridge](https://github.com/jaspertvdm/mcp-server-openai-bridge) 🐍 ☁️ - Bridge to OpenAI API. Access GPT-4, GPT-4o and other OpenAI models through MCP. - [Jovancoding/Network-AI](https://github.com/Jovancoding/Network-AI) [](https://glama.ai/mcp/servers/Jovancoding/network-ai) 📇 🏠 🍎 🪟 🐧 - Multi-agent orchestration MCP server with race-condition-safe shared blackboard. 20+ MCP tools: blackboard read/write, agent spawn/stop, FSM transitions, budget tracking, token management, and audit log query. `npx network-ai-server --port 3001`. - [julien040/anyquery](https://github.com/julien040/anyquery) 🏎️ 🏠 ☁️ - Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by design. - [juspay/neurolink](https://github.com/juspay/neurolink) 📇 ☁️ 🏠 🍎 🪟 🐧 - Making enterprise AI infrastructure universally accessible. Edge-first platform unifying 12 providers and 100+ models with multi-agent orchestration, HITL workflows, guardrails middleware, and context summarization. - [codeislaw101/katzilla](https://github.com/codeislaw101/katzilla) [](https://glama.ai/mcp/servers/codeislaw101/katzilla) 📇 ☁️ 🍎 🪟 🐧 - Unified data API for AI agents — 300+ free, public, and government data sources behind a single API key. Access economic (FRED, BLS), environmental (EPA, NOAA), health (CDC, FDA), weather (NWS), financial (SEC, CFPB), science (NASA, arXiv), and 30+ more categories. Install: `npx @katzilla/mcp`. - [K-Dense-AI/claude-skills-mcp](https://github.com/K-Dense-AI/claude-skills-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Intelligent search capabilities to let every model and client use [Claude Agent Skills](https://www.anthropic.com/news/skills) like native. - [kansei-link/kansei-mcp-server](https://github.com/kansei-link/kansei-mcp-server) [](https://glama.ai/mcp/servers/kansei-link/kansei-mcp-server) 📇 🏠 🍎 🪟 🐧 - Local-first MCP navigator with verified data on 11,000+ SaaS services, 200 workflow recipes, and 89-97% token savings vs web search. - [khalidsaidi/ragmap](https://github.com/khalidsaidi/ragmap) 📇 ☁️ 🏠 🍎 🪟 🐧 - MapRag: RAG-focused subregistry + MCP server to discover and route to retrieval-capable MCP servers using structured constraints and explainable ranking. - [malamutemayhem/unclick](https://github.com/malamutemayhem/unclick) [](https://glama.ai/mcp/servers/malamutemayhem/unclick-agent-native-endpoints) 📇 🏠 🍎 🪟 🐧 - The universal remote for AI: one MCP install gives any compatible agent 450+ callable endpoints across 60+ integrations, plus persistent cross-session memory. `npx @unclick/mcp-server` - [mambalabsdev/mcp-gtm-suite](https://github.com/mambalabsdev/mcp-gtm-suite) [](https://glama.ai/mcp/servers/mambalabsdev/mcp-gtm-suite) 📇 ☁️ - Six GTM signal tools in one MCP server, covering hiring signals, tech stack detection, job board scanning, LinkedIn URL resolution, ICP scoring, and signal aggregation via Apify actors. - [Markgatcha/universal-mcp-toolkit](https://github.com/Markgatcha/universal-mcp-toolkit) [](https://glama.ai/mcp/servers/Markgatcha/universal-mcp-toolkit) 📇 ☁️ 🏠 🍎 🪟 🐧 - A universal MCP aggregator toolkit that connects AI agents to multiple MCP servers through a single unified configuration. Features ready-made templates, cross-repo prompt workflows, and an npm package for zero-config installation.universal MCP aggregator toolkit that connects AI agents to multiple MCP servers through a single unified configuration. Features ready-made templates, cross-repo prompt workflows, and an npm package for zero-config installation. - [MastadoonPrime/sylex-search](https://github.com/MastadoonPrime/sylex-search) [](https://glama.ai/mcp/servers/MastadoonPrime/sylex-search) 🐍 📇 ☁️ 🍎 🪟 🐧 - Universal search engine for AI agents. Discover products, services, and businesses across every category. 10 MCP tools, zero LLM calls, millisecond responses. `npx sylex-search` - [mediiiiium/mcp-jp](https://github.com/mediiiiium/mcp-jp) [](https://glama.ai/mcp/servers/mediiiiium/mcp-jp) 🐍 ☁️ - Collection of MCP servers for Japanese SMB SaaS that have no official MCP (KING OF TIME, SmartHR, kaonavi, Smaregi, LINE Lstep, CloudSign, and 30+ more). Each connector is an independent pip-installable package. - [merterbak/Grok-MCP](https://github.com/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. - [metatool-ai/metatool-app](https://github.com/metatool-ai/metatool-app) 📇 ☁️ 🏠 🍎 🪟 🐧 - MetaMCP is the one unified middleware MCP server that manages your MCP connections with GUI. - [MikkoParkkola/mcp-gateway](https://github.com/MikkoParkkola/mcp-gateway) [](https://glama.ai/mcp/servers/MikkoParkkola/mcp-gateway) 🏎️ 🏠 🍎 🪟 🐧 - Universal MCP gateway with single-port multiplexing and Meta-MCP. 4 meta-tools replace 100+ registrations, saving 95% context window. Hot-reloadable capabilities, OpenAPI auto-import, 42 starter capabilities (25 zero-config). - [mindsdb/mindsdb](https://github.com/mindsdb/mindsdb) - Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview). - [mroops0111/openapi-mcp-gateway](https://github.com/mroops0111/openapi-mcp-gateway) [](https://glama.ai/mcp/servers/mroops0111/openapi-mcp-gateway) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Mount many OpenAPI specs (or your existing FastAPI app) as MCP servers in one process. Auto-promotes eligible GETs to MCP resources, exposes huge specs via three `list/get/call` meta-tools instead of N tool schemas, and ships per-user OAuth2 token relay with audience-bound tokens. - [Octodamus/octodamus-core](https://github.com/Octodamus/octodamus-core) [](https://glama.ai/mcp/servers/Octodamus/octodamus-core) 🐍 - AI consensus market oracle for crypto traders and autonomous agents. 11-signal BUY/SELL/HOLD consensus (RSI, MACD, funding rate, L/S ratio, on-chain flow, Fear & Greed, congressional trading), Polymarket prediction market edges with EV scoring, Grok X crowd sentiment divergence. Ed25519-signed, on-chain verifiable. x402 micropayments at $0.01/call on Base, or 500 req/day free. - [opentabs-dev/opentabs](https://github.com/opentabs-dev/opentabs) [](https://glama.ai/mcp/servers/opentabs-dev/opentabs) 📇 🏠 🍎 🪟 🐧 - Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a plugin SDK for building new ones. - [oxgeneral/agentnet](https://github.com/oxgeneral/agentnet) 🐍 ☁️ 🍎 🪟 🐧 - Agent-to-agent referral network where AI agents discover, recommend, and refer users to each other. Features bilateral trust model, credit economy, and 7 MCP tools for agent registration, discovery, and referral tracking. - [particlefuture/MCPDiscovery](https://github.com/particlefuture/1mcpserver) 🐍 ☁️ 🏠 🍎 🪟 - MCP of MCPs. Automatic discovery and configure MCP servers on your local machine. - [PipedreamHQ/pipedream](https://github.com/PipedreamHQ/pipedream/tree/master/modelcontextprotocol) ☁️ 🏠 - Connect with 2,500 APIs with 8,000+ prebuilt tools, and manage servers for your users, in your own app. - [portel-dev/ncp](https://github.com/portel-dev/ncp) 📇 ☁️ 🏠 🍎 🪟 🐧 - NCP orchestrates your entire MCP ecosystem through intelligent discovery, eliminating token overhead while maintaining 98.2% accuracy. - [profullstack/mcp-server](https://github.com/profullstack/mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data, social media posting, security scanning, and more developer utilities. - [RipperMercs/tensorfeed](https://github.com/RipperMercs/tensorfeed/tree/main/mcp-server) [](https://glama.ai/mcp/servers/RipperMercs/tensorfeed) 📇 ☁️ - Real-time AI industry intelligence MCP server. 6 free tools (AI news, service status, model pricing, today summary, agent activity, MCP registry snapshot) and 13 paid premium tools (routing recommendations, news search, history series, cost projection, provider deep-dive, model comparison, agents directory, what's new brief, MCP registry series, webhook watches with daily/weekly digest tier). Pay-per-call in USDC on Base mainnet, no accounts. `npx -y @tensorfeed/mcp-server` - [robhunter/agentdeals](https://github.com/robhunter/agentdeals) [](https://glama.ai/mcp/servers/robhunter/agentdeals) 📇 ☁️ - 1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing changes. REST API and web browser at [agentdeals.dev](https://agentdeals.dev). - [rupinder2/mcp-orchestrator](https://github.com/rupinder2/mcp-orchestrator) 🐍 🏠 🍎 🪩 🐧 - Central hub that aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading. - [Rendeverance/toolfunnel](https://github.com/Rendeverance/toolfunnel) [](https://glama.ai/mcp/servers/Rendeverance/toolfunnel) 📇 🏠 🍎 🪟 🐧 - Zero-dependency gateway that funnels multiple MCP servers through one endpoint, with live attach/detach, tool filtering/gating and hiding, hot config reload, and an optional OAuth-protected HTTP transport. - [sF1nX/x402station](https://github.com/sF1nX/x402station-mcp) [](https://glama.ai/mcp/servers/@sF1nX/x402station-mcp) 📇 ☁️ - Preflight by [x402station.io](https://x402station.io) — infrastructure for x402 agentic commerce. Six capability directions (Discover/Evaluate/Pay/Monitor/Recover/Analyze). Agents call it before every `PAYMENT-SIGNATURE` to detect decoys, zombie endpoints, dead services, and price traps. Tools: `preflight` ($0.001), `forensics` ($0.001), `catalog_decoys` ($0.005), `alternatives` ($0.005), `whats_new` ($0.001), `buy_credits` ($0.50 = 1000 prepaid), `watch_subscribe` ($0.01) + free `credits_status`/`watch_status`/`watch_unsubscribe`. Plus free anonymous `preflight-trial` for self-test. Probes ~50k endpoints on agentic.market every 10 min. Open dataset: [huggingface.co/datasets/x402station/preflight-dataset-v0_1](https://huggingface.co/datasets/x402station/preflight-dataset-v0_1). `npx -y x402station-mcp`. - [scotia1973-bot/api-hub](https://github.com/scotia1973-bot/api-hub) [](https://glama.ai/mcp/servers/scotia1973-bot/api-hub) 🐍 ☁️ 📇 🍎 🪟 🐧 - Memory Vault: 49 MCP tools with persistent agent memory (store/recall/search), plus 45 utility tools (QR codes, crypto prices, weather, DNS, geolocation, passwords, UUIDs, text, finance, code). Free tier + $2.99/mo Pro. Install: `pip install gadgethumans-api-hub-mcp` or `uvx gadgethumans-api-hub-mcp`. Hosted at `api.gadgethumans.com/mcp`. - [supertrained/rhumb](https://github.com/supertrained/rhumb) [](https://glama.ai/mcp/servers/supertrained/rhumb) 📇 ☁️ 🍎 🪟 🐧 - Agent-native to