Production MCP server exposing fetch Stripe invoice over stdio. Tested with Windsurf — includes auth (HMAC-signed requests), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over SSE (Server-Sent Events). Tested with Claude Code — includes auth (API key in header), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over SSE (Server-Sent Events). Tested with custom host via MCP SDK — includes auth (API key in header), schema validation (ArkType), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over HTTP streaming. Tested with Zed — includes auth (API key in header), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over WebSocket. Tested with VS Code with MCP extension — includes auth (OAuth 2.0 authorization code flow), schema validation (ArkType), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over Streamable HTTP. Tested with Cursor — includes auth (OAuth 2.0 authorization code flow), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over stdio. Tested with Continue.dev — includes auth (OAuth 2.0 client credentials), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing query Elasticsearch index over SSE (Server-Sent Events). Tested with Continue.dev — includes auth (OAuth 2.0 client credentials), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing query Elasticsearch index over SSE (Server-Sent Events). Tested with Cursor — includes auth (mTLS), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing query Elasticsearch index over HTTP streaming. Tested with Claude Desktop — includes auth (mTLS), schema validation (ArkType), error handling, and host-specific install instructions.
Production MCP server exposing query Elasticsearch index over HTTP streaming. Tested with Continue.dev — includes auth (mTLS), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing query Elasticsearch index over WebSocket. Tested with Windsurf — includes auth (mTLS), schema validation (Zod), error handling, and host-specific install instructions.