Stop pasting API docs. Let your LLM dynamically navigate OpenAPI/Swagger specs and extract precise JSON schemas on-demand.
Tools
list_endpoints
search_by_tag
get_endpoint_info
get_request_schema
get_response_schema
list_tags
Server Config
{
"mcpServers": {
"none.api": {
"command": "npx",
"args": [
"-y",
"@nonetss/none.api"
],
"env": {
"OPENAPI_URL": "http://localhost:3000/doc"
}
}
}
}