Production MCP server exposing fetch Stripe invoice over stdio. Tested with Cursor — includes auth (mTLS), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over stdio. Tested with VS Code with MCP extension — includes auth (mTLS), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over SSE (Server-Sent Events). Tested with Zed — includes auth (JWT bearer token), schema validation (ArkType), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over SSE (Server-Sent Events). Tested with Cursor — includes auth (JWT bearer token), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over HTTP streaming. Tested with VS Code with MCP extension — includes auth (JWT bearer token), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over HTTP streaming. Tested with Continue.dev — includes auth (JWT bearer token), schema validation (ArkType), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over WebSocket. Tested with Cursor — includes auth (none (local-only)), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over WebSocket. Tested with Claude Desktop — includes auth (none (local-only)), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over Streamable HTTP. Tested with Continue.dev — includes auth (none (local-only)), schema validation (ArkType), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over Streamable HTTP. Tested with Windsurf — includes auth (none (local-only)), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over stdio. Tested with Claude Desktop — includes auth (HMAC-signed requests), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over stdio. Tested with custom host via MCP SDK — includes auth (HMAC-signed requests), schema validation (ArkType), error handling, and host-specific install instructions.