{"name":"Aimfox MCP Server","version":"1.0.0","description":"HTTP Streaming MCP Server for Aimfox LinkedIn automation with API key and OAuth authentication","usage":{"endpoint":"/mcp/{API_KEY} or /mcp with header authentication","methods":["POST","GET","DELETE"],"authentication":["URL path: /mcp/{API_KEY}","Header: X-API-Key: {API_KEY}","Header: Authorization: Bearer {API_KEY}","OAuth 2.0 via /auth endpoints"],"example":"/mcp/your-api-key or /mcp with X-API-Key header"},"oauth":{"enabled":true,"endpoints":{"metadata":"/.well-known/mcp-metadata","login":"/auth/login","callback":"/auth/callback","refresh":"/auth/refresh (POST)","user":"/auth/user","logout":"/auth/logout (POST)","status":"/auth/status"},"flow":"Authorization Code with PKCE","vsCodeSupport":"Auto-discovery via WWW-Authenticate header","documentation":"See /auth/status for configuration details"},"tools":["Account management (list_accounts, get_account_limits, set_account_limits)","Campaign operations (list_campaigns, get_campaign, update_campaign, etc.)","Lead management (search_leads, get_lead_details, lead notes, labels)","Templates, conversations, analytics, webhooks, and more"]}