small-business: repoint paypal MCP URL (/mcp → /sse)#242
Merged
Conversation
77cbd01 to
304d551
Compare
PayPal migrated their MCP endpoint from Streamable HTTP at `/mcp` to
SSE at `/sse`. Old URL now returns 404 ("gone"); new URL returns
401 (alive, needs auth) and advertises full OAuth discovery including
DCR at /.well-known/oauth-authorization-server.
Matches the repoint pattern from #238 (datadog, apollo, outreach
moved paths; only servicenow was truly dead) and the type:http +
/sse convention already used by `square` in this same file.
Unblocks the "Check MCP URLs" liveness workflow (#236) which has
been failing every open PR on the paypal 404.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
304d551 to
a8d0d91
Compare
tobinsouth
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PayPal migrated their MCP endpoint from Streamable HTTP at
/mcpto SSE at/sse./.well-known/oauth-authorization-serveradvertises full discovery including DCR — the service is fully alive, just on a different path.This matches:
squarealready useshttps://mcp.squareup.com/ssewithtype: http, so no schema change is needed.Unblocks the "Check MCP URLs" liveness workflow (#236), which has been failing every open PR on the paypal 404.
🤖 Generated with Claude Code