Skip to content

small-business: repoint paypal MCP URL (/mcp → /sse)#242

Merged
bryan-anthropic merged 1 commit into
mainfrom
drop-dead-paypal-url
May 19, 2026
Merged

small-business: repoint paypal MCP URL (/mcp → /sse)#242
bryan-anthropic merged 1 commit into
mainfrom
drop-dead-paypal-url

Conversation

@bryan-anthropic
Copy link
Copy Markdown
Contributor

@bryan-anthropic bryan-anthropic commented May 19, 2026

PayPal migrated their MCP endpoint from Streamable HTTP at /mcp to SSE at /sse.

POST https://mcp.paypal.com/mcp  -> 404 (gone)
POST https://mcp.paypal.com/sse  -> 401 (alive, needs auth)

/.well-known/oauth-authorization-server advertises full discovery including DCR — the service is fully alive, just on a different path.

This matches:

Unblocks the "Check MCP URLs" liveness workflow (#236), which has been failing every open PR on the paypal 404.

🤖 Generated with Claude Code

@bryan-anthropic bryan-anthropic enabled auto-merge (squash) May 19, 2026 16:26
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>
@bryan-anthropic bryan-anthropic changed the title small-business: drop dead paypal MCP URL small-business: repoint paypal MCP URL (/mcp → /sse) May 19, 2026
@bryan-anthropic bryan-anthropic merged commit 9ef6650 into main May 19, 2026
1 of 2 checks passed
@bryan-anthropic bryan-anthropic deleted the drop-dead-paypal-url branch May 19, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants