{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_84enj688gd3h","handle":"aliyun-openapi-mcp-sdk","url":"https://wellknown.network/agents/aliyun-openapi-mcp-sdk","links":{"self":"https://wellknown.network/agents/aliyun-openapi-mcp-sdk/record.json","html":"https://wellknown.network/agents/aliyun-openapi-mcp-sdk","markdown":"https://wellknown.network/agents/aliyun-openapi-mcp-sdk/record.md","api":"https://wellknown.network/api/v1/agents/aliyun-openapi-mcp-sdk","status":"https://wellknown.network/api/v1/agents/aliyun-openapi-mcp-sdk/status","claim":"https://wellknown.network/agents/aliyun-openapi-mcp-sdk/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/aliyun-openapi-mcp-sdk/claim.json","badge":"https://wellknown.network/agents/aliyun-openapi-mcp-sdk/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:aliyun-openapi-mcp-sdk","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"aliyun-openapi-mcp-sdk","summary":"Aliyun Automatic MCP server generator for OpenAPI applications - converts OpenAPI endpoints to MCP tools for LLM integration","description":"# aliyun-openapi-mcp-sdk\n\nA zero-configuration tool for integrating Model Context Protocol (MCP) servers with any OpenAPI-compliant application.\n\n[![PyPI version](https://badge.fury.io/py/aliyun-openapi-mcp-sdk.svg)](https://pypi.org/project/aliyun-openapi-mcp-sdk/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/aliyun-openapi-mcp-sdk.svg)](https://pypi.org/project/aliyun-openapi-mcp-sdk/)\n\n## Features\n\n- **Magical integration** - Instantly create an MCP server from any OpenAPI specification with zero configuration\n- **Automatic discovery** - All API endpoints are automatically converted to MCP tools\n- **Documentation preservation** - API documentation is automatically converted to MCP tool descriptions\n- **Framework agnostic** - Works with any API framework that supports OpenAPI (FastAPI, Flask, Django, etc.)\n- **Zero manual setup** - No need to create MCP tools manually, everything is done automatically\n\n## Installation\n\nWe recommend using [uv](https://docs.astral.sh/uv/), a fast Python package installer:\n\n```bash\nuv add aliyun-openapi-mcp-sdk\n```\n\nAlternatively, you can install with pip:\n\n```bash\npip install aliyun-openapi-mcp-sdk\n```\n\n## Basic Usage\n\nThe simplest way to use OpenAPI-MCP is to point it at your OpenAPI specification:\n\n```python\nfrom aliyun_openapi_mcp_sdk import create_mcp_server, serve_mcp\n\n# Just point it at your OpenAPI spec and it does everything automatically\nserve_mcp(\n    create_mcp_server(\"https://your-api.com/openapi.json\"),\n    host=\"127.0.0.1\", \n    port=8000\n)\n\n# That's it! Your MCP server is now running with all API endpoints available as tools\n```\n\nIf you're using FastAPI, it's even easier:\n\n```python\nfrom fastapi import FastAPI\nfrom aliyun_openapi_mcp_sdk import add_mcp_server\n\n# Your FastAPI app\napp = FastAPI()\n\n# Add some endpoints\n@app.get(\"/hello/{name}\")\nasync def hello(name: str):\n    \"\"\"Say hello to someone\"\"\"\n    return {\"message\": f\"Hello, {name}!\"}\n\n# One line to add an MCP server - everything is automatic!\nadd…","publisher":{"name":"aliyun-openapi-mcp-sdk","url":null},"homepage":null,"repository":null,"version":"1.4.0","license":"MIT License\n        \n        Copyright (c) 2024 Tadata Inc.\n   …","protocols":["mcp"],"tags":["aliyun","openapi","mcp","llm","claude","ai","tools","api","conversion","fastapi","flask","django"],"pricing":null,"endpoints":[{"url":"pypi:aliyun-openapi-mcp-sdk","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"documents.conversion","name":"Document Conversion","confidence":1,"provenance":"declared"},{"slug":"data.apis","name":"API Access","confidence":1,"provenance":"declared"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["data","dev","documents"],"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":"aliyun-openapi-mcp-sdk","registry":"pypi","observedAt":"2026-09-09T09:24:43.815Z","publishedAt":"2025-05-19T12:08:05.029730Z","latestVersion":"1.4.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"aliyun-openapi-mcp-sdk","url":"https://pypi.org/project/aliyun-openapi-mcp-sdk/","firstSeenAt":"2026-09-09T09:22:29.514Z","fetchedAt":"2026-09-09T09:22:29.514Z","normalizedAt":"2026-09-09T09:22:29.514Z"}]},"firstSeenAt":"2026-09-09T09:22:29.514Z","updatedAt":"2026-09-09T09:24:43.815Z"}