MonoMCP Gateway
A unified MCP layer that serves organization toolkits as MCP endpoints with per-tool permissions, an async approval queue, and full audit logging.
README
MonoMCP Gateway
Unified MCP layer for MonoMCP: serves every organization's toolkits as MCP endpoints with per-tool permissions, an async approval queue, and full request/response audit logging.
Endpoints
/{org_slug}/{toolkit_slug}/mcp
/mono/seo/mcp— public MonoMCP toolkits (orgmono)/acme/seo/mcp— a company's private toolkit/acme/custom-growth-toolkit/mcp— a custom toolkit- Enterprise custom domains (
mcp.acme.com/seo/mcp) map the Host header to an organization (future work; hook inapp.py).
Private toolkits return 404 to callers outside the owning organization — they are not discoverable.
Auth
Authorization: Bearer <token> where the token is either:
- an org-scoped API key (
mmcp_…, created via the api's/api/v1/api-keys), or - a monomcp JWT access token (from
/api/v1/auth/login).
Tools
Tools are grouped by toolkit bundle. A needs_approval/blocked permission may
apply per tool and org (see below).
seo
sitemap_settings_get— get sitemap generation settings for the org's sitesitemap_xml_get— render the currentsitemap.xmlrobots_txt_get— render the currentrobots.txtllms_txt_get— render the currentllms.txt(AI discovery file)
smm (social media)
strategies_list— list social media strategiesideas_list— list content ideascalendar_list— list scheduled calendar itemsplatforms_list— list configured social platforms
cms
content_types_list— list content typesentries_list— list CMS entriesentry_get— get a CMS entry by idnavigation_menus_list— list navigation menus
crm
contacts_list— list CRM contactscontact_get— get a CRM contact by idlabels_list— list CRM labels
ecommerce
products_list— list products (not yet implemented)orders_list— list orders (not yet implemented)
firecrawl
scrape— scrape a URL (not yet implemented)search— search the web (not yet implemented)
brand
get_profile— get the org's brand profilecreate_profile— create a brand profileenrich_profile_from_website— scrape a website and populate the profileget_tone_of_voice— get the brand's tone-of-voice profileanalyze_tone_of_voice_from_url— analyze tone of voice from a URLcreate_tone_of_voice— create a tone-of-voice profile
Built-in
approval_status— check the status of a pending approval request
Permissions
Each tool call resolves an effective permission — the caller's role-policy override if one exists, else the tool's org-wide default:
always_allow— executes immediatelyneeds_approval— creates a pending approval request; an admin decides via the api/console; re-calling with the same arguments after approval executes. Poll the built-inapproval_statustool for progress.blocked— rejected
Every call is persisted to audit_request_logs (source=mcp) with full
payloads, duration, status, and actor.
Run
cp .env.example .env # DATABASE_URL + JWT_SECRET must match the api project
uv sync
uv run uvicorn monomcp_gateway.app:app --port 8765
The database schema is owned by the api project (api/alembic); this project
only reads/writes existing tables via the mirror models in
src/monomcp_gateway/models.py.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.