# Metorial ## What Metorial is **Metorial** is the **integration platform for agentic AI**. Modern applications need models to **read and write** real systems: calendars, CRMs, issue trackers, databases, messaging, internal APIs, and thousands of SaaS products. Hand-rolling HTTP clients, OAuth flows, token refresh, schema drift, and retries for every provider does not scale. Metorial gives you a **single, productized layer** between your agents and that long tail of tools—so your team ships features instead of maintaining a private integration zoo. The platform is built on the **Model Context Protocol (MCP)**, an open standard for how models discover and invoke tools. Metorial runs **MCP servers and sessions** as first-class infrastructure: you get consistent semantics for listing tools, calling them, passing context, and handling failures—whether you are in a hackathon prototype or running **large numbers of concurrent MCP connections** in production. **Authentication and governance** are central, not bolted on. Metorial supports **OAuth**, **API keys**, and patterns for **end-user** and **service** credentials so secrets are not scattered across your codebase. You can model **projects**, **organizations**, **environments**, and **deployments** so the same integrations behave correctly across staging and production. **Operations** are built for builders: a **hosted dashboard** (and full **HTTP API**) for API keys, **server deployments**, live **sessions**, and **monitoring**—including **session recording** and **error reporting** when a tool call fails—so you can debug what the model actually did, not guess from logs alone. An **embedded MCP Explorer** lets you exercise servers before you commit them to your app. Metorial is **open source at the core** ([github.com/metorial/metorial](https://github.com/metorial/metorial)) with a **managed cloud** option at [app.metorial.com](https://app.metorial.com/) when you want the fastest path to reliability and scale. Native **TypeScript/JavaScript** and **Python SDKs** sit on top of a large, searchable **catalog of MCP servers** ([mcp-index](https://github.com/metorial/mcp-index)) and **containerized** server images ([mcp-containers](https://github.com/metorial/mcp-containers)) so you can find, test, and run integrations without reinventing packaging for every tool. ## Products and how you run Metorial **Hosted (cloud):** The primary way to ship quickly is the **hosted platform**—sign in at [app.metorial.com](https://app.metorial.com/) to create API keys, manage **projects** and **organizations**, run **server deployments**, open **sessions** for tool use, and use the dashboard for testing and operations. **Open source:** The **Metorial core** is open source ([github.com/metorial/metorial](https://github.com/metorial/metorial)). You can self-host when you need to run on your own infrastructure or customize deeply. Pre-built **MCP servers in Docker** are available via [mcp-containers](https://github.com/metorial/mcp-containers). **Commercial site and docs:** Product marketing, pricing, and the public **documentation** and **API reference** live on [metorial.com](https://metorial.com/) (including [docs](https://metorial.com/docs) and [API](https://metorial.com/api)). ## Core features - **MCP-first integrations:** Connect models to integrations through MCP-compatible infrastructure so agents can call tools in a consistent way. - **Large catalog:** A broad **MCP server index** ([mcp-index](https://github.com/metorial/mcp-index)) helps you find and wire up servers for many tools and APIs. - **SDKs:** Native **TypeScript/JavaScript** ([metorial-node](https://github.com/metorial/metorial-node)) and **Python** ([metorial-python](https://github.com/metorial/metorial-python)) SDKs for building applications that use Metorial. - **Managed authentication:** Support for **OAuth** and **API keys** so end-user and service credentials are handled without custom auth plumbing for every provider. - **Dashboard:** Create and manage resources, use an **embedded MCP Explorer** to try servers before shipping code, and review **sessions** with monitoring and **error reporting** when something fails. - **Platform concepts:** **Environments**, **server deployments**, **sessions**, **providers**, and **monitoring**—documented under [metorial.com/docs](https://metorial.com/docs)—map to how teams run integrations in production. ## Pricing Plans, feature limits, and add-on rates for the **hosted** Metorial platform—tool calls, Metorial Callbacks, environments, provider integrations, auth connections, support tiers, and Enterprise options. - [Pricing (Markdown)](https://metorial.com/pricing.md): Same information as the pricing page in plain Markdown (plans, comparison table, overage notes, fair use). - [Pricing (HTML)](https://metorial.com/pricing): Interactive pricing page on the marketing site. ## Product ### Marketing and product pages - [Metorial marketing site](https://metorial.com/): Product marketing—agentic AI integrations via MCP, managed auth, SDKs, observability, and hosted vs self-host options. - [Pricing](https://metorial.com/pricing): Hosted platform plans; see **Pricing** above for Markdown and HTML links. - [Blog](https://metorial.com/blog): Product updates, guides, and engineering notes. - [Changelog](https://metorial.com/changelog): Release highlights and what shipped for customers. ## Developer ### SDKs, API, dashboard, and source repositories - [Documentation hub](https://metorial.com/docs): Main entry to concepts, integrations, SDKs, and tutorials. - [API reference](https://metorial.com/api): HTTP API reference for the Metorial platform. - [API reference (Markdown)](https://metorial.com/api.md): Agent-friendly overview of authentication, pagination, versioning, and the API resource catalog. - [API resource index](https://metorial.com/api/llms.txt): Markdown index of all resource-specific API reference pages. - [Hosted dashboard](https://app.metorial.com/): Sign in to create API keys, deployments, and sessions (account required). - [TypeScript and Node SDK (GitHub)](https://github.com/metorial/metorial-node): Official JavaScript/TypeScript SDK and examples. - [Python SDK (GitHub)](https://github.com/metorial/metorial-python): Official Python SDK and examples. - [Open source platform (GitHub)](https://github.com/metorial/metorial): Core open source repository for self-hosting and contributions. - [MCP containers (GitHub)](https://github.com/metorial/mcp-containers): Pre-built MCP servers in Docker containers for common tools and APIs. ## Resources ### External references - [Model Context Protocol](https://modelcontextprotocol.io): Open standard Metorial builds on for tool and data connections. - [Metorial on X](https://twitter.com/metorialAi): Official account for announcements. ## Repository ### Source and docs - [Open source platform (GitHub)](https://github.com/metorial/metorial): README and source for the OSS core, SDK links, and stack. ## Documentation The following pages are published under the documentation site. Grouped for navigation; each link includes a short description for LLM retrieval. ### Concepts - [Concepts: Environments](https://metorial.com/docs/concepts-environments): Guide and reference: Concepts: Environments. - [Concepts: Monitoring](https://metorial.com/docs/concepts-monitoring): Guide and reference: Concepts: Monitoring. - [Concepts: Projects and organizations](https://metorial.com/docs/concepts-projects-organizations): Guide and reference: Concepts: Projects and organizations. - [Concepts: Providers](https://metorial.com/docs/concepts-providers): Guide and reference: Concepts: Providers. - [Concepts: Server Deployments](https://metorial.com/docs/concepts-server-deployments): Guide and reference: Concepts: Server Deployments. - [Concepts: Sessions](https://metorial.com/docs/concepts-sessions): Guide and reference: Concepts: Sessions. ### Integrations - [Integrations: API Key](https://metorial.com/docs/integrations-api-key): Guide and reference: Integrations: API Key. - [Integrations: Browsing the catalog](https://metorial.com/docs/integrations-browsing-catalog): Guide and reference: Integrations: Browsing the catalog. - [Integrations: Enterprise bring-your-own](https://metorial.com/docs/integrations-enterprise-byo): Guide and reference: Integrations: Enterprise bring-your-own. - [Integrations: OAuth](https://metorial.com/docs/integrations-oauth): Guide and reference: Integrations: OAuth. - [Integrations: Overview](https://metorial.com/docs/integrations-overview): Guide and reference: Integrations: Overview. ### Custom servers - [Custom servers: External Authentication](https://metorial.com/docs/custom-servers-external-authentication): Guide and reference: Custom servers: External Authentication. - [Custom servers: Connecting external servers](https://metorial.com/docs/custom-servers-external-connecting): Guide and reference: Custom servers: Connecting external servers. - [Custom servers: Managed Deployment](https://metorial.com/docs/custom-servers-managed-deployment): Guide and reference: Custom servers: Managed Deployment. - [Custom servers: Managed Getting Started](https://metorial.com/docs/custom-servers-managed-getting-started): Guide and reference: Custom servers: Managed Getting Started. - [Custom servers: Overview](https://metorial.com/docs/custom-servers-overview): Guide and reference: Custom servers: Overview. ### Metorial 101 - [Metorial 101: Deploying](https://metorial.com/docs/metorial-101-deploying): Guide and reference: Metorial 101: Deploying. - [Metorial 101: Introduction](https://metorial.com/docs/metorial-101-introduction): Guide and reference: Metorial 101: Introduction. - [Metorial 101: Monitoring](https://metorial.com/docs/metorial-101-monitoring): Guide and reference: Metorial 101: Monitoring. - [Metorial 101: Testing](https://metorial.com/docs/metorial-101-testing): Guide and reference: Metorial 101: Testing. - [Metorial 101: Using](https://metorial.com/docs/metorial-101-using): Guide and reference: Metorial 101: Using. ### Sample projects - [Sample project: Code Review Bot](https://metorial.com/docs/sample-projects-code-review-bot): Guide and reference: Sample project: Code Review Bot. - [Sample project: Interview Coordinator Bot](https://metorial.com/docs/sample-projects-interview-coordinator-bot): Guide and reference: Sample project: Interview Coordinator Bot. - [Sample project: Slack Standup Bot](https://metorial.com/docs/sample-projects-slack-standup-bot): Guide and reference: Sample project: Slack Standup Bot. ### SDK and API - [API Getting Started](https://metorial.com/docs/api-getting-started): Guide and reference: API Getting Started. - [SDK: Error Handling](https://metorial.com/docs/sdk-error-handling): Guide and reference: SDK: Error Handling. - [SDK: Javascript](https://metorial.com/docs/sdk-javascript): Guide and reference: SDK: Javascript. - [SDK: OAuth](https://metorial.com/docs/sdk-oauth): Guide and reference: SDK: OAuth. - [SDK: Providers AI SDK](https://metorial.com/docs/sdk-providers-ai-sdk): Guide and reference: SDK: Providers AI SDK. - [SDK: Providers Anthropic](https://metorial.com/docs/sdk-providers-anthropic): Guide and reference: SDK: Providers Anthropic. - [SDK: Providers Google](https://metorial.com/docs/sdk-providers-google): Guide and reference: SDK: Providers Google. - [SDK: Providers Openai](https://metorial.com/docs/sdk-providers-openai): Guide and reference: SDK: Providers Openai. - [SDK: OpenAI-compatible providers](https://metorial.com/docs/sdk-providers-openai-compatible): Guide and reference: SDK: OpenAI-compatible providers. - [SDK: Providers Overview](https://metorial.com/docs/sdk-providers-overview): Guide and reference: SDK: Providers Overview. - [SDK: Python](https://metorial.com/docs/sdk-python): Guide and reference: SDK: Python. - [SDK: Quickstart](https://metorial.com/docs/sdk-quickstart): Guide and reference: SDK: Quickstart. ### Guides - [Documentation home](https://metorial.com/docs): Guide and reference: Documentation home.