Dodo Payments
OfficialProvides a lightweight, serverless-compatible interface for AI-driven payment operations like billin...
Open the FastMCP "Install Now" / connection interface
- Click your "Install Now" button to open the FastMCP connection form (the place where you can paste environment variable names and values).
Log in to the Dodo Payments dashboard
- In a separate browser tab go to the Dodo Payments dashboard (app.dodopayments.com) and sign in (or create an account if you don’t have one). (docs.dodopayments.com)
Create / copy your DODO_PAYMENTS_API_KEY (Bearer token)
- In the dashboard go to Developer → API Keys.
- Click Add / Create API Key, give it a descriptive name, and set permissions (enable write access if the MCP server needs write operations).
- Copy the generated Bearer token exactly — this is your DODO_PAYMENTS_API_KEY. (Store it securely; treat it like a secret.) (docs.dodopayments.com)
Create / copy your DODO_PAYMENTS_WEBHOOK_KEY (webhook secret)
- In the dashboard go to Settings → Webhooks.
- Click Add Webhook (or Create Endpoint), supply the endpoint URL where your server will receive events, select the events you need, and create the endpoint.
- Copy the provided Secret Key for that webhook — this is your DODO_PAYMENTS_WEBHOOK_KEY. Use it to verify incoming webhook signatures. Keep it secret. (docs.dodopayments.com)
Choose the environment value (DODO_PAYMENTS_ENVIRONMENT)
- For testing use DODO_PAYMENTS_ENVIRONMENT="test_mode"; for production use "live_mode".
- Note: test and live use different base URLs (test.dodopayments.com vs live.dodopayments.com). (docs.dodopayments.com)
Enter the values into the FastMCP connection interface
- In the FastMCP form fill the environment variables exactly as:
- DODO_PAYMENTS_API_KEY = <paste the Bearer token from step 3>
- DODO_PAYMENTS_WEBHOOK_KEY = <paste the webhook secret from step 4>
- DODO_PAYMENTS_ENVIRONMENT = test_mode OR live_mode (from step 5)
- Submit/save the connection in FastMCP.
- In the FastMCP form fill the environment variables exactly as:
Verify the configuration
- Locally or in FastMCP, run a quick verification (example local test):
- export DODO_PAYMENTS_API_KEY="(your token)"
- export DODO_PAYMENTS_WEBHOOK_KEY="(your webhook secret)"
- export DODO_PAYMENTS_ENVIRONMENT="test_mode"
- npx -y dodopayments-mcp@latest
- Also use the Dodo Payments dashboard to send a test webhook to confirm your webhook handler verifies signatures correctly. (docs.dodopayments.com)
- Locally or in FastMCP, run a quick verification (example local test):
Security & rotation
- Do not commit these values to source control. Store them in FastMCP/secret storage only.
- If a key or webhook secret is compromised, rotate/regenerate it from the dashboard and update the FastMCP values immediately. (docs.dodopayments.com)
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.
More for Developer Tools
View All →
GitHub
Extend your developer tools with the GitHub MCP Server—a powerful Model Context Protocol server enhancing automation and AI interactions with GitHub APIs. It supports diverse functionalities like managing workflows, issues, pull requests, repositories, and security alerts. Customize available toolsets to fit your needs, enable dynamic tool discovery to streamline tool usage, and run the server locally or remotely. With read-only mode and support for GitHub Enterprise, this server integrates deeply into your GitHub ecosystem, empowering data extraction and intelligent operations for developers and AI applications. Licensed under MIT, it fosters flexible and advanced GitHub automation.
Desktop Commander
Desktop Commander MCP transforms Claude Desktop into a powerful AI assistant for managing files, running terminal commands, and editing code with precision across your entire system. It supports in-memory code execution, interactive process control, advanced search and replace, plus comprehensive filesystem operations including reading from URLs and negative offset file reads. With detailed audit and fuzzy search logging, it enables efficient automation, data analysis, and multi-project workflows—all without extra API costs. Designed for developers seeking smarter automation, it enhances productivity by integrating all essential development tools into a single, intelligent chat interface.
Chrome DevTools
Provides direct Chrome browser control through DevTools for web automation, debugging, and performance analysis using accessibility tree snapshots for reliable element targeting, automatic page event handling, and integrated performance tracing with actionable insights.
FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.