Agentify runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 15 Jun 2026.
Turn any OpenAPI/Swagger spec into an MCP server - every API operation becomes an agent tool.
Today is the operative word: we check Agentify every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add agentify -- npx -y agentify-openapi
{
"mcpServers": {
"agentify": {
"args": [
"-y",
"agentify-openapi"
],
"command": "npx"
}
}
}
[mcp_servers.agentify]
command = "npx"
args = ["-y", "agentify-openapi"]
{
"mcpServers": {
"agentify": {
"args": [
"-y",
"agentify-openapi"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"agentify": {
"args": [
"-y",
"agentify-openapi"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
AGENTIFY_BEARER_TOKEN (Optional. Sent to the upstream API as 'Authorization: Bearer <token>'.), AGENTIFY_API_KEY (Optional API key for the upstream API. Sent as a header (name auto-discovered from the spec's security schemes, default X-API-Key).), AGENTIFY_API_KEY_HEADER (Optional. Override the header name used for AGENTIFY_API_KEY.), AGENTIFY_API_KEY_QUERY (Optional. Send AGENTIFY_API_KEY as this query parameter instead of a header.), AGENTIFY_BASIC_USER (Optional HTTP basic auth username (pair with AGENTIFY_BASIC_PASS).), AGENTIFY_BASIC_PASS (Optional HTTP basic auth password (pair with AGENTIFY_BASIC_USER).).
The author declared them in the registry entry; get the values from the project itself.
Turn any OpenAPI/Swagger spec into MCP tools — each operation an SSRF-guarded tool.
Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code.
Focused, production-ready CLI: turn any OpenAPI REST API into an MCP server.
MCP server that converts OpenAPI specs into tools which can query API endpoints
Turn an IDF domain into an MCP server with invariants and role scopes in every tool description.
Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.
VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents
Turn any OpenAPI spec into an executable agent interface using graphs and semantic search.
Answers built from our own checks of this server.