Overview
Mirobody Health functions as an OAuth-enabled MCP Server that exposes all your tools to AI clients like Claude Desktop, Cursor, and custom MCP clients.The Model Context Protocol (MCP) is a standard interface for AI applications to access tools, resources, and context.
MCP Configuration
For Claude Desktop & Cursor
Add Mirobody Health to your MCP configuration:~/Library/Application Support/Claude/claude_desktop_config.json
- macOS/Linux
- Windows
Configuration file location:For Cursor:
Restart Your Client
After updating the configuration:Verify connection
The MCP server should appear in the client’s MCP servers listIn Claude Desktop: Click the MCP icon to see connected serversIn Cursor: Check MCP status in settings
You should see your Mirobody Health tools available in the AI client!
Authentication Flow
When using tools through MCP clients, OAuth authentication is handled automatically:The OAuth token is managed by Mirobody Health. Users authenticate once, and tools have secure access to their data.
Available Endpoints
The MCP server exposes the following endpoint: Base URL:http://localhost:18080/mcp
Protocol: JSON-RPC 2.0
Methods:
tools/list: List all available toolstools/call: Execute a specific toolresources/list: List available resourcesresources/read: Read a resource