While working on the application to submit this MCP server to Anthropic's official connector library, I noticed they require OAuth 2.0 for authenticated services. This is needed to be featured as an official connector here:
Users can still use our MCP as a custom connector by adding it themselves (ref).
Current authentication methods we support:
These methods work well for direct integrations but Anthropic's connector directory expects OAuth 2.0 authentication. Without OAuth support, we are unable to list the MCP as an official connector and offer a seamless "Connect SerpApi" experience in Claude.
Not sure if this is possible now, or something we want to work on, but I am noting it here as a finding.
Reference: https://claude.com/docs/connectors/building/submission#submission-requirements
While working on the application to submit this MCP server to Anthropic's official connector library, I noticed they require OAuth 2.0 for authenticated services. This is needed to be featured as an official connector here:
Users can still use our MCP as a custom connector by adding it themselves (ref).
Current authentication methods we support:
Path-based Authentication (recommended)
/YOUR_API_KEY/mcp
Header-based Authentication
Authorization: Bearer YOUR_API_KEY
These methods work well for direct integrations but Anthropic's connector directory expects OAuth 2.0 authentication. Without OAuth support, we are unable to list the MCP as an official connector and offer a seamless "Connect SerpApi" experience in Claude.
Not sure if this is possible now, or something we want to work on, but I am noting it here as a finding.
Reference: https://claude.com/docs/connectors/building/submission#submission-requirements