API Design
Designs consistent REST and RPC APIs — resource naming, status codes, pagination, versioning, and error shapes. Produces an OpenAPI-friendly contract.…
#api #rest #design +1
Cursor, Claude Code, Windsurf +3
Lets your agent work with the Stripe API — inspect customers, products, and payments while building billing flows. Use a restricted test-mode key.
#mcp #stripe #payments #billing
Snippet
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y", "@stripe/mcp", "--tools=all"],
"env": {
"STRIPE_SECRET_KEY": "sk_test_YOUR_KEY"
}
}
}
}
Default config location for each supported agent.
.cursor/mcp.json.claude/settings.json.windsurf/mcp.json.cline/mcp.json.github/copilot/mcp.jsonDesigns consistent REST and RPC APIs — resource naming, status codes, pagination, versioning, and error shapes. Produces an OpenAPI-friendly contract.…
#api #rest #design +1
Cursor, Claude Code, Windsurf +3