Opinionated recipe for turning an existing read Google Sheet API into a clean MCP tool. Focus: tight schema, mTLS flow, retries, and Pydantic v2-backed input validation.
Opinionated recipe for turning an existing read Google Sheet API into a clean MCP tool. Focus: tight schema, mTLS flow, retries, and TypeBox-backed input validation.
Opinionated recipe for turning an existing read Google Sheet API into a clean MCP tool. Focus: tight schema, JWT bearer token flow, retries, and TypeBox-backed input validation.
Opinionated recipe for turning an existing read Google Sheet API into a clean MCP tool. Focus: tight schema, none (local-only) flow, retries, and TypeBox-backed input validation.
Opinionated recipe for turning an existing read Google Sheet API into a clean MCP tool. Focus: tight schema, none (local-only) flow, retries, and TypeBox-backed input validation.
Production MCP server exposing fetch Stripe invoice over HTTP streaming. Tested with Windsurf — 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 HTTP streaming. Tested with Claude Code — includes auth (OAuth 2.0 client credentials), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over WebSocket. Tested with custom host via MCP SDK — includes auth (OAuth 2.0 client credentials), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over WebSocket. Tested with Zed — includes auth (OAuth 2.0 client credentials), schema validation (ArkType), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over Streamable HTTP. Tested with Claude Code — includes auth (OAuth 2.0 client credentials), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over Streamable HTTP. 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 stdio. Tested with Zed — includes auth (mTLS), schema validation (ArkType), error handling, and host-specific install instructions.