MCP Protocol
Miteos uses the Model Context Protocol (MCP) to integrate external services as agent tools. Each connected service exposes capabilities that agents can invoke during task execution.How It Works
- Service registers tools via JSON-RPC schema
- Agent discovers available tools from connected services
- Agent invokes a tool during execution (e.g., gmail.send_email)
- Service executes the action and returns result
- Agent uses the result in its next step
Server Types
Internal MCP Servers — Our own engines running as Docker containers:- Trading Engine, Stealth Browser, Video Generator, Ads Auditor, Email Agent, Social Media
- Gmail, Slack, GitHub, Notion, Stripe, Shopify, Discord, Telegram, Linear, Jira, Airtable, Figma, Supabase

