Skip to main content
Glama

PayPal Account Updater Subscription Connector

by rishabh17081
#!/usr/bin/env python3 """ Entrypoint script for the PayPal AU Subscription Connector MCP server. This file imports the FastMCP instance from paypal_au_subscription_mcp.py and runs it. """ from paypal_au_subscription_mcp import mcp if __name__ == "__main__": # Run the MCP server mcp.run()

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rishabh17081/paypal-au-subscription-connector'

If you have feedback or need assistance with the MCP directory API, please join our Discord server