HackerTrans
TopNewTrendsCommentsPastAskShowJobs

goargp

no profile record

Submissions

Show HN: We made an MCP Server so Cursor can build things from REST API docs

npmjs.com
102 points·by goargp·năm ngoái·73 comments

comments

goargp
·năm ngoái·discuss
Fair point. I think the title can be more accurate by changing API into "REST API". Since I cannot edit the title as of now, I hope mod could change the title to be more accurate.

For more context, this tool can generate an MCP Server from an OpenAPI/Swagger file that describes a REST API. This does not include SOAP APIs, GraphQL, or other APIs that use the HTTP protocol.
goargp
·năm ngoái·discuss
Hey, just clarify the case. You can directly read Swagger or OpenAPI Specification (OAS) files.
goargp
·năm ngoái·discuss
You can directly read Swagger or OpenAPI specification files without Apidog projects, like this:

npx apidog-mcp-server --oas https://petstore.swagger.io/v2/swagger.json or npx apidog-mcp-server --oas ~/data/petstore/swagger.json