MCP Pool
About
A curated collection of 11 MCP servers for popular SaaS APIs — Stripe, Sentry, Notion, Linear, Datadog, Vercel, PagerDuty, HubSpot, Intercom, Shopify, and Google Workspace.
Details
- Author
- vineethkrishnan
- Categories
- Cloud Service, API, Automation, Infrastructure, Developer Tools
Jump to
Setup
Install MCP Pool in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/vineethkrishnan/mcp-pool
Follow the installation instructions in the repository README, then restart your MCP client.
A curated collection ofModel Context Protocol (MCP) serversthat give AI assistants direct access to popular SaaS APIs — no dashboard switching required.
MCP Pool bridges the gap between AI chat interfaces and the business tools teams rely on daily. Ask questions in natural language, get real answers backed by live data.
Add to yourclaude_desktop_config.json:
{ "mcpServers": { "stripe": { "command": "npx", "args": ["-y", "@vineethnkrishnan/stripe-mcp"], "env": { "STRIPE_SECRET_KEY": "sk_test_..." } } } }
- "How many active subscriptions do we have?"
- "Why did the last payment for cus_123 fail?"
- "Show me our current Stripe balance."
# Clone and install git clone https://github.com/vineethkrishnan/mcp-pool.git cd mcp-pool npm install
mcp-pool/ ├── packages/ │ ├── oauth-core/ # Shared OAuth 2.0 infrastructure │ │ └── src/ │ │ ├── strategies/ # OAuth & static token strategies │ │ └── cli/ # Auth login/logout CLI helpers │ └── <server>/ # MCP server (×11) │ └── src/ │ ├── index.ts # MCP server entry point │ ├── services/ # API SDK wrapper │ ├── tools/ # MCP tool definitions │ └── common/ # Shared types & utilities ├── docs/ # Docusaurus documentation site ├── .github/workflows/ # CI, quality, security, release └── package.json # Monorepo root (npm workspaces)
- Createpackages/<name>/following the structure inpackages/stripe/
- Implement aservice layer(API wrapper) andtool layer(MCP interface)
- Add tests — aim for full coverage
- Add the package entry torelease-please-config.jsonand.release-please-manifest.json
- Add documentation pages indocs/
SeeCONTRIBUTING.mdfor full guidelines.
All commits followConventional Commits:
feat(stripe): add refund support fix(stripe): handle null customer email docs: update installation guide
Enforced via commitlint + husky pre-commit hooks.
Visit thedocumentation sitefor detailed guides on each MCP server.
See theroadmapfor planned features and upcoming milestones:
- v0.2.0— Write operations, SSE transport, streaming responses
- v0.3.0— Webhooks, multi-account, expanded API coverage, new servers
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Interact with the Appwrite API to manage your backend services.
A Node.js server for the Model Context Protocol that provides access to the Autodesk Platform Services (APS) API with fine-grained access control.
An experimental MCP server providing access to the Autodesk Platform Services (APS) API.
Integrate with the Codehooks.io serverless backend platform.
An open MCP service providing a standardized interface compatible with various MCP clients.
A ModelContextProtocol (MCP) server for interacting with the SAP Integration Suite.
A middleware server that allows large language models to interact directly with PlayFab services.
Integrates with the WeChat cloud development reservation system API.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


