The open source integration
platform for agentic AI.

Connect any AI model to thousands of APIs, data sources, and tools with a single function call.

Thousands of connections.
One simple API.

Give your agent superpowers with seamless connections to tools, data, and more—powered by MCP.

Connect Tools,
Actions & Data

Give your agent access to real-time data, and the ability to complete tasks.

Endless possibilities

Power up your AI agent with seamless connections to documents, databases, APIs, the web, and more.

Powered by MCP

Instantly connect to any tool, data source, or API —
powered by the Metorial serverless MCP platform.

Dropbox, Notion, Google Drive, and more

Open source. Built on standards.

Metorial Connect is open source, and powered by MCP. Inspect the code, deploy it yourself, or contribute to the project.

Connect the providers you need

Monitor, Optimize and Debug.
Powerful tools for developers.

Skip the guesswork. Metorial provides you with the tools you need to monitor and analyze your agent's in every detail.

Monitor MCP Sessions

Track your MCP server's performance, find issues, and optimize your agents with ease.

Detailed Insights

Metorial provides the information you need to monitor how your agents interact with MCP servers hosted on Metorial Connect. Track usage, find issues, look at interactions between your agents and the MCP servers.

MCP Usage

Usage

6/27/2025

Detailed Logs

Metorial stores every MCP session, allowing you to replay and audit your agents' interactions with the MCP servers.

Received new message

Starting agent

Sending request to OpenAI

OpenAI Chat GPT

Using LLM to generate text.

OpenAI step completed successfully

OpenAI requested Weather information

Calling tool Weather

Weather

Retrieve weather information.

Weather step completed successfully

Sending weather information to OpenAI GPT

Monitor Issues

Find issues in your agents, and get notified when something goes wrong.

Received message from agent

Starting MCP server

Salesforce MCP

Invalid tool parameters

Reporting issue to agent

Stopping MCP server

Message Input

The actor takes a message as its input.

Code Action

Custom TypeScript code to transform the input.

AI Model

Prompt GPT-4o to generate a response.

Search Web

Search the web for additional information.

AI Model

Use a custom AI model to generate a response.

Text Response

Return the generated text back to your application.

Get started today.
Integrate tonight.

Metorial is purpose-built for developers. With our powerful APIs and easy-to-use SDKs, you can integrate Metorial into your applications in minutes. Whether you're building conversational assistants, data analysis tools, or robots, Metorial has you covered.

1import { openai } from '@ai-sdk/openai';
2import { metorialAiSdk } from '@metorial/ai-sdk';
3import { Metorial } from '@metorial/sdk';
4import { generateText } from 'ai';
5
6let metorial = new Metorial();
7
8metorial.withProviderSession(
9 metorialAiSdk,
10 { serverDeployments: ['svd_0mc3666xcjIXheRxvzpZzK'] },
11 async session => {
12 let result = await generateText({
13 model: openai('gpt-4o'),
14 prompt: 'What is the capital of Indonesia?',
15 maxSteps: 10,
16 tools: session.tools
17 });
18
19 console.log(result.text);
20 }
21);
1from metorial import Metorial
2
3metorial = Metorial()
4
5mcpSession = metorial.mcp.create_session(
6 server_deployments=['svd_0mc3666xcjIXheRxvzpZzK']
7)
8
9mcpSession.list_tools()
10
11mcpSession.run_tool(
12 tool_input={
13 'owner': 'metorial',
14 'repo': 'mcp-containers',
15 'path': 'scripts/add-server',
16 }
17)
18

Built for agentic AI

Create complex AI agents powered by tools, data, and external providers with ease.

Conversation Agents
Voice Assistants
Automation Agents

Build your AI agent today. Add the tools and integrations you need. Get results right away. With Metorial.

Jampacked with Features

Metorial is a powerful AI integration platform that is designed to make it easy to build advanced agentic AI applications.

That's why we are the platform of choice for developers, data scientists, and SAAS businesses.

Fast response times

Secret vault

Error handling

Detailed logging and tracing

No MCP connection timeouts

First class SDKs

Ready to build with Metorial?

Let's take your AI-powered applications to the next level, together.

Built for developers

Get started in minutes

Serverless MCP servers

Usage based pricing

Fully open source

Based on the MCP standard