Monroe

Connect your tools

Model Context Protocol (MCP)

Shipping in stages. Monroe's runtime is an MCP client today, and the dashboard's unified Tools & data surface is where customers connect managed app integrations. The app catalog covers long-tail tools such as Linear, Snowflake, Airtable, Asana, Jira, Confluence, Intercom, and Zendesk. Custom/private MCP servers are currently wired with the Monroe team so credentials, network exposure, and approval rules are reviewed before the agent can use them.

MCP is an open standard for letting AI agents call tools. Monroe is a first-class MCP client: any approved MCP server you point Monroe at becomes part of its toolkit.

Why this matters

Managed app connectors cover the major-vendor long tail. But what about:

  • Your internal deal-pipeline dashboards
  • Your custom-built CRM
  • That niche industry SaaS your team uses but no AI tool supports
  • A new tool that launched yesterday

If it exposes a stable MCP server or API, Monroe can usually reach it.

Adding an MCP server

Start in Dashboard → Tools & data and search the app catalog first. If the tool is not there, or if you want to connect a private MCP server, email enterprise@getmonroe.com with the server URL, auth method, and the workspace that should receive it:

https://your-internal-tool.example.com/mcp
Bearer your-internal-tool-token

Monroe validates the connection, reviews the auth boundary, reads the server's tool schema, and adds approved tools to the workspace agent. From the next conversation forward, Monroe can call them.

Building an MCP server

If the tool you want doesn't have an MCP server, we recommend:

  1. Official servers: github.com/modelcontextprotocol/servers: 100+ pre-built including Postgres, Filesystem, Brave Search, etc.
  2. FastMCP: Python framework for spinning one up in ~50 lines. See the FastMCP docs for an example template.
  3. TypeScript MCP SDK: official SDK for Node/Bun servers.

Security

MCP servers run in your environment, not ours. We connect to them; we never proxy them through Monroe's infrastructure. If your server is behind a VPN, expose it through your firm's approved tunnel, gateway, or allowlisted endpoint.

For sensitive servers, set up:

  • Token-based auth or another revocable service credential
  • Network restrictions that allow Monroe's agreed egress path only
  • Audit logging on the server side

The catalog

The app catalog in Dashboard → Tools & data is the self-serve path for managed business tools. It includes document systems, CRM/revenue tools, project trackers, data warehouses, support systems, and CRE-specific systems where the vendor exposes a stable connection. Use custom MCP only when the tool is private, internal, or not available in the app catalog.

Next → audit log.