Pick your platform. One step setup — no signup, no API key management.
Settings → Developer → Edit Config
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json
Add this to your config file:
{
"mcpServers": {
"drasil": {
"type": "url",
"url": "https://mcp.yggdrasilapi.com/DRASIL-PerfectMathTrialExpiresMay042026"
}
}
}
Restart Claude Desktop. The drasil_protocol and drasil_status tools appear in the tools menu. Ask any math problem.
Go to claude.ai → Settings → Integrations → Add MCP Server
Enter this server URL:
https://mcp.yggdrasilapi.com/DRASIL-PerfectMathTrialExpiresMay042026
Start a new conversation. Ask any math problem. Claude automatically calls the drasil_protocol tool, loads the reasoning protocol, and solves with exact arithmetic.
Run this in your terminal:
claude mcp add drasil --transport http https://mcp.yggdrasilapi.com/DRASIL-PerfectMathTrialExpiresMay042026
The drasil_protocol tool is now available in every Claude Code session. Ask any math problem.
curl https://api.yggdrasilapi.com/v1/status \ -H "X-Drasil-Key: DRASIL-PerfectMathTrialExpiresMay042026"
curl https://api.yggdrasilapi.com/v1/skill \ -H "X-Drasil-Key: DRASIL-PerfectMathTrialExpiresMay042026"
curl -X POST https://mcp.yggdrasilapi.com/DRASIL-PerfectMathTrialExpiresMay042026 \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"drasil_protocol"}}'
Verify the MCP server is live and returning the protocol.