PayPal
Rank #75,174glama/paypal/agent-toolkit
The PayPal Model Context Protocol server allows you to integrate with PayPal APIs through function calling. This protocol supports various tools to interact with different PayPal services.
PayPal is a Model Context Protocol (MCP) server published by paypal. It ranks #75,174 of 132,113 servers tracked on MCP Toplist, and its repository has 194 GitHub stars. PayPal is listed across 3 registries — Glama, PulseMCP and mcp.so, and ships as a single rolling release with no explicit version metadata. It was first listed on Apr 2, 2025.
Ranks ahead of 56,939 of 132,113 servers on MCP Toplist.
Use PayPal
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http agent-toolkit https://mcp.paypal.com/sseThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.agent-toolkit]
url = "https://mcp.paypal.com/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.paypal.com/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agent-toolkit": {
"url": "https://mcp.paypal.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"agent-toolkit": {
"type": "http",
"url": "https://mcp.paypal.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agent-toolkit": {
"serverUrl": "https://mcp.paypal.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agent-toolkit": {
"url": "https://mcp.paypal.com/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fpaypal%2Fagent-toolkit)<a href="https://mcptoplist.com/server/glama%2Fpaypal%2Fagent-toolkit"><img src="https://mcptoplist.com/badge/glama%2Fpaypal%2Fagent-toolkit.svg" alt="MCP Toplist: #75,174 of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
paypal
Other servers by paypal
View all paypal servers →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains PayPal?
- PayPal is maintained by paypal, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is PayPal listed on the Official MCP Registry?
- PayPal is not on the Official MCP Registry. It is listed on Glama, PulseMCP and mcp.so.
- How many versions does PayPal have?
- PayPal ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for PayPal?
- The source code for PayPal is hosted at github.com/paypal/agent-toolkit/tree/HEAD/modelcontextprotocol.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.