{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_w7vz4pvfq988","handle":"openapi-mcp-sdk","url":"https://wellknown.network/agents/openapi-mcp-sdk","links":{"self":"https://wellknown.network/agents/openapi-mcp-sdk/record.json","html":"https://wellknown.network/agents/openapi-mcp-sdk","markdown":"https://wellknown.network/agents/openapi-mcp-sdk/record.md","api":"https://wellknown.network/api/v1/agents/openapi-mcp-sdk","status":"https://wellknown.network/api/v1/agents/openapi-mcp-sdk/status","claim":"https://wellknown.network/agents/openapi-mcp-sdk/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/openapi-mcp-sdk/claim.json","badge":"https://wellknown.network/agents/openapi-mcp-sdk/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:openapi-mcp-sdk","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"openapi-mcp-sdk","summary":"Openapi.com official MCP server — ready-to-use gateway and Python SDK for AI agents","description":"# openapi-mcp-sdk\n\nThe official [openapi.com](https://openapi.com/) MCP SDK.\n\nUse it in two ways:\n\n- **Ready-to-use server** — start a fully configured MCP gateway from the command line\n  with a single command, no setup required.\n- **Python library** — import `openapi_mcp_sdk` in your own project to build a\n  custom MCP server on top of openapi.com APIs.\n\n---\n\n## Run the server\n\n### One-liner (no install required)\n\n```bash\nuvx openapi-mcp-sdk server\n```\n\nThe server starts at `http://localhost:8080`.\n\n### Other runtimes\n\n```bash\n# pipx — ephemeral run, no install needed\npipx run openapi-mcp-sdk server\n\n# pip — install once, run anytime\npip install openapi-mcp-sdk && openapi-mcp-sdk server\n```\n\n---\n\n## Local launcher script\n\nCopy and paste the block below into your terminal. It creates a ready-to-use\n`mcp-server.sh` file and immediately starts the server:\n\n```bash\ncat > mcp-server.sh << 'EOF'\n#!/bin/bash\n# ============================================================\n# Openapi.com MCP Server — local launcher\n# Edit the variables below, then run: bash mcp-server.sh\n# ============================================================\n\nexport MCP_PORT=\"${MCP_PORT:-8080}\"\n\nuvx openapi-mcp-sdk server\nEOF\nbash mcp-server.sh\n```\n\nNext time, just run:\n\n```bash\nbash mcp-server.sh\n```\n\n---\n\n## CLI reference\n\n```\nopenapi-mcp-sdk <command>\n\nCommands:\n  server   Start the MCP server (HTTP/SSE, default port 8080)\n  ping     Ping the openapi.com APIs and report latency       [coming soon]\n  token    Generate or inspect an openapi.com Bearer token    [coming soon]\n```\n\n---\n\n## MCP client configuration\n\nPoint any MCP-compatible client (VS Code, Claude Desktop, …) at the running server.\n\nGet your Bearer Token at [console.openapi.com](https://console.openapi.com/oauth).\n\n**With Authorization header (recommended):**\n\n```json\n{\n  \"servers\": {\n    \"openapi.com\": {\n      \"type\": \"http\",\n      \"url\": \"http://localhost:8080/\",\n      \"headers\": { \"Authorization\": \"Bearer YOUR_TOKEN\" }\n    }\n  }\n}\n``…","publisher":null,"homepage":"https://openapi.com/","repository":"https://github.com/openapi/mcp-server/issues","version":"0.3.1","license":null,"protocols":["mcp"],"tags":["mcp","model-context-protocol","openapi","ai","llm","agent","fastapi","sdk","gateway","claude","anthropic","tools","api"],"pricing":null,"endpoints":[{"url":"pypi:openapi-mcp-sdk","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"data.apis","name":"API Access","confidence":1,"provenance":"declared"},{"slug":"dev.terminal","name":"Terminal & Shell","confidence":1,"provenance":"derived"},{"slug":"security.identity","name":"Identity & Access","confidence":0.836,"provenance":"derived"}],"categories":["data","dev","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"openapi-mcp-sdk","registry":"pypi","observedAt":"2026-09-10T08:27:42.098Z","publishedAt":"2026-05-15T10:08:18.535830Z","latestVersion":"0.3.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"openapi-mcp-sdk","url":"https://pypi.org/project/openapi-mcp-sdk/","firstSeenAt":"2026-09-10T08:26:33.745Z","fetchedAt":"2026-09-10T08:26:33.745Z","normalizedAt":"2026-09-10T08:26:33.745Z"}]},"firstSeenAt":"2026-09-10T08:26:33.745Z","updatedAt":"2026-09-10T08:27:42.098Z"}