Fetch vs Stripe MCP Server

Updated June 2026

Compare these two MCP servers to find which one fits your needs best.

Fetch

by Anthropic

✓ Official
Stripe MCP Server

by Stripe

✓ Official
Description
Web content fetching and conversion for efficient LLM usage. Extract readable content from any URL.
The Stripe MCP server is Stripe's official Model Context Protocol integration, giving AI assistants direct access to your Stripe account through natural-language interactions. Built and maintained by Stripe as part of the stripe/agent-toolkit repository, this server exposes payment infrastructure as callable MCP tools: create and retrieve customers, generate payment intents, list products and prices, manage subscriptions, query invoice history, and look up charge details — all from within Claude, Cursor, or any MCP-compatible AI client. The Stripe MCP server is designed for indie developers, fintech teams, and SaaS operators who want to query payment data, draft refund workflows, debug failed charges, or generate revenue reports without opening the Stripe Dashboard. Authentication requires a Stripe Secret Key (sk_live_... for production, sk_test_... for sandbox testing). Real-world workflows include asking Claude to summarize yesterday's failed payments, list customers whose subscriptions expire this week, generate subscription cohort breakdowns, or draft dunning email copy based on at-risk MRR segments — all grounded in live Stripe data. Install via npm as part of the agent-toolkit package. Works with Claude Desktop, Cursor, VS Code, Windsurf, and Cline.
Install Type
npm
npm
Categories
🌐 api🌍 browser
💰 finance🌐 api
Integrations
🟣 claude-desktop cursor💙 vs-code🏄 windsurf🤖 cline
🟣 claude-desktop cursor💙 vs-code🏄 windsurf🤖 cline

Frequently Asked Questions

What is the difference between Fetch and Stripe MCP Server?
Fetch and Stripe MCP Server are both MCP servers but differ in their categories and capabilities. Fetch (api, browser) is Web content fetching and conversion for efficient LLM usage. Extract readable content from any URL. while Stripe MCP Server (finance, api) is The Stripe MCP server is Stripe's official Model Context Protocol integration, giving AI assistants direct access to your Stripe account through natural-language interactions. Built and maintained by Stripe as part of the stripe/agent-toolkit repository, this server exposes payment infrastructure as callable MCP tools: create and retrieve customers, generate payment intents, list products and prices, manage subscriptions, query invoice history, and look up charge details — all from within Claude, Cursor, or any MCP-compatible AI client. The Stripe MCP server is designed for indie developers, fintech teams, and SaaS operators who want to query payment data, draft refund workflows, debug failed charges, or generate revenue reports without opening the Stripe Dashboard. Authentication requires a Stripe Secret Key (sk_live_... for production, sk_test_... for sandbox testing). Real-world workflows include asking Claude to summarize yesterday's failed payments, list customers whose subscriptions expire this week, generate subscription cohort breakdowns, or draft dunning email copy based on at-risk MRR segments — all grounded in live Stripe data. Install via npm as part of the agent-toolkit package. Works with Claude Desktop, Cursor, VS Code, Windsurf, and Cline..
Which MCP server should I choose: Fetch or Stripe MCP Server?
Choose Fetch if you need api capabilities and prefer npm installation. Choose Stripe MCP Server if you need finance capabilities and prefer npm installation. Consider your specific use case and integration requirements.
Can I use both Fetch and Stripe MCP Server together?
Yes, you can use multiple MCP servers together in Claude Desktop, Cursor, VS Code, and other MCP-compatible clients.Fetch and Stripe MCP Servercan complement each other if their capabilities don't overlap.