⌘
Sign in
Account Change password
Integrations
MCP Server
Model Context Protocol — connect any AI assistant to this site's live data.
📝Retrospective 📚MCP Docs↗
You need to be signed in to view this page. Sign in
Checking…
⚙
Protocol
MCP 2025-03-26
StreamableHTTP transport. Single POST endpoint with JSON-RPC 2.0 message framing.
🔑
Authentication
Bearer dsk_* token
Uses the same API token system as the rest of this site. Generate a token in account settings.
🔧
Tools
14 tools
Live data queries — travel history, gaming stats, git activity, code metrics, notifications, and more.
🌏
Endpoint
POST /api/mcp
Served at https://www.danscodellaro.com/api/mcp. Passes through Fastly without caching.
What you can ask
✈
Travel history
Countries visited, cities explored, and geographic statistics.
🎮
Gaming stats
Steam top games by hours, achievement completion rates, and player profile.
💻
Code activity
AI-assisted coding statistics — Claude token usage, daily activity, and cumulative costs.
📊
Git activity
Commit history — days with commits and project start date.
💬
AI chat
Chat with the site's built-in AI assistant about Dan, his projects, and this site.
🔒
Authenticated tools
Profile, job opportunities, notification history, and meeting notes — require a valid token.
Loading tools…
Connect any MCP-compatible client by pointing it at https://www.danscodellaro.com/api/mcp with your API token.
Connection details
Endpoint URL
https://www.danscodellaro.com/api/mcp
Transport
StreamableHTTP (POST)
Protocol Version
2025-03-26
Auth Header
Authorization: Bearer dsk_<your-token>
Claude Desktop
Add to your claude_desktop_config.json:
{
  "mcpServers": {
    "danscodellaro": {
      "type": "http",
      "url": "https://www.danscodellaro.com/api/mcp",
      "headers": {
        "Authorization": "Bearer dsk_YOUR_TOKEN_HERE"
      }
    }
  }
}
ElevenLabs / other chatbots
Use a StreamableHTTP MCP connector with these settings:
Server URL
https://www.danscodellaro.com/api/mcp
Auth Type
Bearer token
Token
dsk_<generate in account settings> Generate token →
Quick test (curl)
curl -X POST https://www.danscodellaro.com/api/mcp \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer dsk_YOUR_TOKEN" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/list",
    "params": {}
  }'
— Total calls
— Today
— Success rate
— Top tool
Calls by tool
Recent tool calls
auto-refresh
Loading logs…
No calls recorded yet.
Tool Status Duration Client Time Error
No results
↑↓ navigate↵ open↵ openesc close