-
Notifications
You must be signed in to change notification settings - Fork 85
Configuration for registry publishing #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- add server.json with complete PayPal MCP server configuration - include comprehensive README with setup instructions - add validation script for server.json verification - configure remote deployment for https://mcp.paypal.com/sse - set up OAuth Bearer token authentication
"command": "npx", | ||
"args": ["-y", "@modelcontextprotocol/server-everything"], | ||
"env": { | ||
"MCP_SERVER_URL": "https://mcp.paypal.com/sse", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can use /mcp
too.
"deployment": { | ||
"remote": { | ||
"url": "https://mcp.paypal.com/mcp", | ||
"transport": "sse", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
http
? re-check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we name the folder as fast-mcp, instead of paypal-mcp-server ?
## Support | ||
|
||
For support and documentation: | ||
- PayPal Developer Portal: https://developer.paypal.com/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use this ?
https://docs.paypal.ai/developer/tools/ai/ai-intro
Any reason for it? We can pick a generic name. |
Summary
This PR adds the PayPal Model Context Protocol (MCP) server configuration to enable publishing to the Github's MCP registry. The PayPal MCP server provides AI assistants with secure access to PayPal's payment processing, transaction management, and compliance services.
Changes Made
Added
modelcontextprotocol/paypal-mcp-server/server.json
: Complete MCP server configuration with:https://mcp.paypal.com/sse
Added
modelcontextprotocol/paypal-mcp-server/README.md
: Detailed documentation including:Added
modelcontextprotocol/paypal-mcp-server/validate.py
: Python validation script to:Server Details
paypal-mcp
com.paypal.mcp
https://mcp.paypal.com/sse
Testing
✅ JSON validation passed
✅ All required fields present
✅ Remote deployment configuration validated
✅ PayPal-specific settings verified