- Home
- MCP servers
- CardPilot Remote
CardPilot Remote
- javascript
0
GitHub Stars
javascript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can access CardPilot’s remote MCP server to fetch and analyze credit card data through well-defined tools. This server provides real-time card information and educational guides, enabling you to build powerful queries and tailored advice into your own applications or chat assistants.
How to use
Connect to the MCP server via either the public HTTP URL or a local stdio integration. Use the get-cards tool to retrieve up-to-date card metadata for ranking and comparison, and use get-guides to fetch educational content when you need quick references or explanations.
How to install
Prerequisites: ensure you have a modern Node.js environment installed on your machine.
Install dependencies for local development and run the server locally to test integrations.
npm install
npm start
Additional notes
Troubleshooting for OpenAI tool loading: if you encounter a 424 error indicating tools cannot be loaded, ensure you are using the Custom Domain URL mcp.cardpilot.ca and avoid generic workers.dev domains.
For local testing, you can expose the server with ngrok to allow external test access. Start the local server, then run ngrok to obtain a public URL and use that URL in your agent configuration.
Deployment to Cloudflare Workers is supported with a deployment command, and the live endpoint provided is https://mcp.cardpilot.ca/sse.
Available tools
get-cards
Fetches a list of credit cards with detailed metadata for ranking and comparison. Supports filters like sort, direction, bank, category, and limit.
get-guides
Fetches a list of educational guide metadata, optimized for chatbot use to provide quick links to full articles.