What’s MCP?
Model Context Protocol (MCP) is an open standard developed by Anthropic that streamlines how AI models connect with different data sources and tools. MCP defines specs for MCP clients and MCP servers. Today, MCP clients include Claude Desktop, IDEs like Cursor, and custom client implementations written in frameworks like PydanticAI. There are also clients built directly into the OpenAI Responses API and Anthropic’s Messages API. Riza provides a remote MCP server for use with standards-compliant MCP clients.Remote MCP server
We offer a hosted Model Context Protocol (MCP) server so you can connect an agent to our Code Interpreter without downloading and running additional code, available at the following URL:https://mcp.riza.io/code-interpreter
You can use this server with any framework or client that supports remote MCP servers.