mcpDocs.title

mcpDocs.subtitle

mcpDocs.gettingStarted

mcpDocs.authSection

mcpDocs.authSteps

mcpDocs.getKeySection

mcpDocs.getKeySteps

mcpDocs.clientConfigSection

mcpDocs.clientConfigDesc

{
  "type": "mcp",
  "version": "1.0",
  "name": "DevTools MCP",
  "transport": {
    "type": "http/sse",
    "endpoint": "https://arttron.dev/api/mcp/stream",
    "auth": {
      "type": "api_key",
      "header": "Authorization",
      "format": "Bearer {key}"
    }
  }
}

mcpDocs.exampleCall

Use the Authorization header with your API key:

POST /api/mcp/tools/call
Authorization: Bearer sk_test_...
Content-Type: application/json

{
  "tool": "dns_lookup",
  "input": {
    "domain": "example.com",
    "type": "A"
  }
}

mcpDocs.toolsList

mcpDocs.toolsListDesc

  • dns_lookup — Resolve DNS records
  • ip_lookup — Geolocate IP addresses
  • qr_generate — Generate QR codes
  • list_versions — List available versions
  • download_dev_server — Download server binary
  • proxy_image — Proxy external images

mcpDocs.rateLimit

mcpDocs.rateLimitDesc

mcpDocs.needHelp

mcpDocs.contactSupport

mcpDocs.back