Build advanced AI agents with XAI. Connect 600+ integrations, automate workflows, and deploy with ease using Metorial.
Server deployments determine which integrations your XAI agent can access through Metorial.
Server deployments are collections of integrations you've configured in your Metorial dashboard. Each deployment has a unique ID and contains specific tools (like Gmail, Calendar, GitHub, etc.).
Pass your deployment ID when creating a provider session:
await metorial.withProviderSession(
metorialXai,
{ serverDeployments: ['your-server-deployment-id'] },
async session => {
// Your agent now has access to all integrations in this deployment
console.log(`Available tools: ${session.tools.length}`);
}
);
You can combine multiple deployments to access different sets of integrations:
await metorial.withProviderSession(
metorialXai,
{
serverDeployments: [
'production-integrations-id',
'additional-tools-id'
]
},
async session => {
// Agent has access to tools from both deployments
}
);
Integrate XAI's powerful language models with over 600 tools and services using Metorial's streamlined, MCP-powered platform. Our open-source Python and TypeScript SDKs make it simple to connect Grok and other XAI models to the integrations your AI agents need—from productivity suites and CRMs to databases and communication platforms. With Metorial, adding sophisticated integration capabilities to your XAI applications takes just a couple of lines of code, dramatically reducing time to market and eliminating the maintenance burden of custom integration code. Whether you're building conversational AI, data analysis tools, or intelligent automation with XAI's cutting-edge models, Metorial provides the infrastructure to connect seamlessly with real-world tools and workflows. Our platform handles all the complexity of authentication, API calls, rate limiting, and error handling automatically, so you can focus on crafting unique AI experiences rather than wrestling with integration challenges. Join developers who are shipping faster by leveraging Metorial's battle-tested integration layer—let us manage the connections while you concentrate on innovation and creating value for your users with XAI's advanced language models.
Let's take your AI-powered applications to the next level, together.
Metorial provides developers with instant access to 600+ MCP servers for building AI agents that can interact with real-world tools and services. Built on MCP, Metorial simplifies agent tool integration by offering pre-configured connections to popular platforms like Google Drive, Slack, GitHub, Notion, and hundreds of other APIs. Our platform supports all major AI agent frameworks—including LangChain, AutoGen, CrewAI, and LangGraph—enabling developers to add tool calling capabilities to their agents in just a few lines of code. By eliminating the need for custom integration code, Metorial helps AI developers move from prototype to production faster while maintaining security and reliability. Whether you're building autonomous research agents, customer service bots, or workflow automation tools, Metorial's MCP server library provides the integrations you need to connect your agents to the real world.