MCP Pool
A curated collection of 11 MCP servers for popular SaaS APIs — Stripe, Sentry, Notion, Linear, Datadog, Vercel, PagerDuty, HubSpot, Intercom, Shopify, and Google Workspace.
MCP Pool
Documentation | npm | GitHub
A curated collection of Model Context Protocol (MCP) servers that 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.
Packages
| Package | Description | Version |
|---|---|---|
| @vineethnkrishnan/stripe-mcp | Stripe — payments, customers, subscriptions, invoices | |
| @vineethnkrishnan/sentry-mcp | Sentry — issues, events, stack traces. Self-hosted support. | |
| @vineethnkrishnan/notion-mcp | Notion — pages, databases, search, content | |
| @vineethnkrishnan/linear-mcp | Linear — issues, projects, teams (GraphQL) | |
| @vineethnkrishnan/datadog-mcp | Datadog — monitors, metrics, events. Multi-site support. | |
| @vineethnkrishnan/vercel-mcp | Vercel — deployments, projects, build logs | |
| @vineethnkrishnan/pagerduty-mcp | PagerDuty — incidents, on-call, services. EU support. | |
| @vineethnkrishnan/hubspot-mcp | HubSpot — contacts, deals, companies | |
| @vineethnkrishnan/intercom-mcp | Intercom — conversations, contacts, support | |
| @vineethnkrishnan/shopify-mcp | Shopify — orders, products, customers | |
| @vineethnkrishnan/google-workspace-mcp | Google Workspace — Gmail, Calendar, Drive, Sheets |
Quick Start
Prerequisites
- Node.js >= 20 (see
.nvmrc)
Use with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y", "@vineethnkrishnan/stripe-mcp"],
"env": {
"STRIPE_SECRET_KEY": "sk_test_..."
}
}
}
}
Then ask Claude things like:
- "How many active subscriptions do we have?"
- "Why did the last payment for cus_123 fail?"
- "Show me our current Stripe balance."
Development
# Clone and install
git clone https://github.com/vineethkrishnan/mcp-pool.git
cd mcp-pool
npm install
| Command | Description |
|---|---|
npm run build | Build all packages |
npm test | Run tests across all packages |
npm run lint:check | Lint with ESLint |
npm run format:check | Check formatting with Prettier |
npm run docs:start | Start docs dev server |
Project Structure
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)
CI/CD
| Workflow | Trigger | What it does |
|---|---|---|
| CI | Push / PR to main | Lint, test (Node 20 + 22), build |
| Quality | Push / PR to main | Dead code detection (knip), code duplication (jscpd) |
| Security | Push / PR / weekly | CodeQL analysis, dependency review, Trivy scan |
| Commit Lint | PR | Validates PR title follows Conventional Commits |
| Release | Push to main | release-please versioning, npm publish, docs deploy |
Adding a New MCP Server
- Create
packages/<name>/following the structure inpackages/stripe/ - Implement a service layer (API wrapper) and tool layer (MCP interface)
- Add tests — aim for full coverage
- Add the package entry to
release-please-config.jsonand.release-please-manifest.json - Add documentation pages in
docs/
See CONTRIBUTING.md for full guidelines.
Commit Convention
All commits follow Conventional Commits:
feat(stripe): add refund support
fix(stripe): handle null customer email
docs: update installation guide
Enforced via commitlint + husky pre-commit hooks.
Documentation
Visit the documentation site for detailed guides on each MCP server.
Roadmap
See the roadmap for 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
License
MIT — Vineeth Krishnan
相关服务器
CData QuickBooks Time
Access and manage QuickBooks Time data through the CData MCP Server, powered by the CData JDBC Driver.
S2T Accelerators
36 enterprise MCP tools for AWS security, infrastructure generation, AI workflows, and AI agent governance.
AWS MCP Server
Execute AWS CLI commands through the Model Context Protocol (MCP). Requires AWS credentials configured on the host.
Alibaba Cloud OPS
A server for managing Alibaba Cloud services, requiring an Access Key ID and Secret for authentication.
Kevros Governance
Cryptographic action verification and hash-chained audit trails for AI agents
GooglePlayConsoleMcp
Let AI assistants manage your Play Store releases
Terra
Access and manage wearable and health app data through the Terra API.
Realize MCP - Taboola
Interact with the Taboola advertising platform using natural language via the Taboola Realize API.
Presso
AI-powered analytics platform connecting e-commerce and marketing data (GA4, Google Ads, Meta Ads, Shopify, Search Console) to AI assistants via MCP.
AWS Security MCP
An MCP server that enables AI assistants to interact with AWS security services.