{
  "name": "CVforge",
  "description": "AI-powered ATS resume optimizer. Upload, retrieve and manage your CVs programmatically.",
  "version": "1.0.0",
  "mcp_endpoint": "https://api.cvforge.co/mcp",
  "oauth_endpoint": "https://api.cvforge.co/oauth",
  "oauth_discovery": "https://api.cvforge.co/.well-known/oauth-authorization-server",
  "protocol_version": "2025-03-26",
  "transport": ["http"],
  "authentication": {
    "type": "oauth2",
    "grant_types": ["authorization_code"],
    "pkce_required": true,
    "pat_supported": true,
    "pat_prefix": "mcp_pat_",
    "pat_generation_url": "https://cvforge.co/settings"
  },
  "scopes": {
    "read:profile": "Read user profile and subscription info",
    "read:cv": "Read CV profiles and generated CVs",
    "write:cv": "Upload and manage CVs"
  },
  "tools": [
    "get_profile",
    "get_credits",
    "list_cvs",
    "get_cv",
    "upload_cv",
    "list_generations",
    "get_generation",
    "download_generation"
  ],
  "requirements": {
    "subscription": "Expert plan required",
    "pricing_url": "https://cvforge.co/pricing"
  },
  "links": {
    "docs": "https://cvforge.co/developers",
    "website": "https://cvforge.co",
    "support": "mailto:support@cvforge.co"
  }
}
