Get MCP server information.
Mcp
Get MCP server information.
Returns server capabilities, protocol version, and metadata.
Connecting to this MCP Server:
Claude Desktop - Add to claude_desktop_config.json:
{
"mcpServers": {
"platform": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.example.com/api/v0/mcp"],
"env": {"API_KEY": "your_api_key"}
}
}
}
Generic MCP Client:
npx mcp-remote https://api.example.com/api/v0/mcp --header "Authorization: Bearer YOUR_API_KEY"
Protocol Version: 2024-11-05
GET
Get MCP server information.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

