Apifable
未认领MCP server that helps AI agents explore OpenAPI specs, search endpoints, and generate TypeScript types.
claude-codemcpmcp-serveropenapiswaggerapitypescript
安装
$
npx apifable@latest init工具(15 个)
get_endpoint
Inputs (choose one):
get_schema
Inputs:
get_spec_info
Returns the API title, version, description, servers, and all tags with their endpoint counts. Start here to understand the shape of an unfamiliar spec.
get_types
Inputs (choose one mode):
limit
(number, optional): Max endpoints to return
list_endpoints_by_tag
Inputs:
method
(string) + path (string): HTTP method and endpoint path (e.g. get + /users/{id})
name
(string): Schema name from components/schemas
offset
(number, optional): Number of endpoints to skip (default: 0)
operationId
(string): Operation ID (e.g. listUsers)
query
(string): Keyword to search for
schemas
(string[]): Array of schema names from components/schemas
search_endpoints
Inputs:
search_schemas
Inputs:
tag
(string): The tag name to filter by