OpenAI Chat GPT
Using LLM to generate text.
Connect any AI model to thousands of APIs, data sources, and tools with a single function call.
Give your agent superpowers with seamless connections to tools, data, and more—powered by MCP.
Give your agent access to real-time data, and the ability to complete tasks.
Power up your AI agent with seamless connections to documents, databases, APIs, the web, and more.
Instantly connect to any tool, data source, or API —
powered by the Metorial serverless MCP platform.
Metorial Connect is open source, and powered by MCP. Inspect the code, deploy it yourself, or contribute to the project.
Skip the guesswork. Metorial provides you with the tools you need to monitor and analyze your agent's in every detail.
Track your MCP server's performance, find issues, and optimize your agents with ease.
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.
Usage
6/27/2025
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
Using LLM to generate text.
OpenAI step completed successfully
OpenAI requested Weather information
Calling tool Weather
Retrieve weather information.
Weather step completed successfully
Sending weather information to OpenAI GPT
Find issues in your agents, and get notified when something goes wrong.
Received message from agent
Starting MCP server
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.
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';56let metorial = new Metorial();78metorial.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.tools17 });1819 console.log(result.text);20 }21);
1from metorial import Metorial23metorial = Metorial()45mcpSession = metorial.mcp.create_session(6 server_deployments=['svd_0mc3666xcjIXheRxvzpZzK']7)89mcpSession.list_tools()1011mcpSession.run_tool(12 tool_input={13 'owner': 'metorial',14 'repo': 'mcp-containers',15 'path': 'scripts/add-server',16 }17)18
Create complex AI agents powered by tools, data, and external providers with ease.
Build your AI agent today. Add the tools and integrations you need. Get results right away. With Metorial.
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
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