npx (must reach npm registry){
"mcpServers": {
" - API Documentation": {
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--site-id=760877"
]
}
}
}site-id=760877. No token is required.mcp.jsonmcpServers JSON“Please fetch API documentation via MCP and tell me how many endpoints exist.”
“Using MCP, generate example requests and responses for /v1/...and produce a typed TypeScript client method.”
“Use MCP to generate Java/Kotlin/TypeScript models for the schemas used by <endpoint>.”
“Compare the current DTO in this repository with the MCP schema and add any missing fields with documentation comments.”
https://docs.cobre.com/llms.txtllms.txt for conceptual understanding and flow design.“Refresh MCP and reload the latest API specification.”
npx Issues{
"mcpServers": {
" - API Documentation": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"apidog-mcp-server@latest",
"--site-id=760877"
]
}
}
}www.npmjs.com“I need to create beneficiaries and send payouts. What endpoints and sequence should I use?”
“Now use MCP to validate required fields, enums, and error responses for each endpoint.”
“Generate a service class and unit tests using the MCP-derived schemas.”