Turn any OpenAPI/Swagger spec into an MCP server - every API operation becomes an agent tool.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
agentify-openapi · npm · 0.1.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.sani-savaliya/agentify",
"description": "Turn any OpenAPI/Swagger spec into an MCP server - every API operation becomes an agent tool.",
"repository": {
"url": "https://github.com/sani-savaliya/agentify",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "agentify-openapi",
"version": "0.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "URL or file path of the OpenAPI/Swagger spec (3.x or 2.0, JSON or YAML). Every operation becomes an MCP tool.",
"isRequired": true,
"format": "string",
"type": "positional",
"valueHint": "openapi_spec_url"
}
],
"environmentVariables": [
{
"description": "Optional. Sent to the upstream API as 'Authorization: Bearer <token>'.",
"format": "string",
"isSecret": true,
"name": "AGENTIFY_BEARER_TOKEN"
},
{
"description": "Optional API key for the upstream API. Sent as a header (name auto-discovered from the spec's security schemes, default X-API-Key).",
"format": "string",
"isSecret": true,
"name": "AGENTIFY_API_KEY"
},
{
"description": "Optional. Override the header name used for AGENTIFY_API_KEY.",
"format": "string",
"name": "AGENTIFY_API_KEY_HEADER"
},
{
"description": "Optional. Send AGENTIFY_API_KEY as this query parameter instead of a header.",
"format": "string",
"name": "AGENTIFY_API_KEY_QUERY"
},
{
"description": "Optional HTTP basic auth username (pair with AGENTIFY_BASIC_PASS).",
"format": "string",
"name": "AGENTIFY_BASIC_USER"
},
{
"description": "Optional HTTP basic auth password (pair with AGENTIFY_BASIC_USER).",
"format": "string",
"isSecret": true,
"name": "AGENTIFY_BASIC_PASS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-12T22:25:14.503033Z",
"publishedAt": "2026-06-12T22:25:14.503033Z",
"updatedAt": "2026-06-12T22:25:14.503033Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.