{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_8mf5nddw52rh","handle":"aiohttp-mcp","url":"https://wellknown.network/agents/aiohttp-mcp","links":{"self":"https://wellknown.network/agents/aiohttp-mcp/record.json","html":"https://wellknown.network/agents/aiohttp-mcp","markdown":"https://wellknown.network/agents/aiohttp-mcp/record.md","api":"https://wellknown.network/api/v1/agents/aiohttp-mcp","status":"https://wellknown.network/api/v1/agents/aiohttp-mcp/status","claim":"https://wellknown.network/agents/aiohttp-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/aiohttp-mcp/claim.json","badge":"https://wellknown.network/agents/aiohttp-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:aiohttp-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"aiohttp-mcp","summary":"Tools for building Model Context Protocol (MCP) servers on top of aiohttp","description":"# aiohttp-mcp\n\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/kulapard/aiohttp-mcp/ci.yml?branch=master)\n[![codecov](https://codecov.io/gh/kulapard/aiohttp-mcp/graph/badge.svg?token=BW3WBM8OVF)](https://codecov.io/gh/kulapard/aiohttp-mcp)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/kulapard/aiohttp-mcp/master.svg)](https://results.pre-commit.ci/latest/github/kulapard/aiohttp-mcp/master)\n[![PyPI - Version](https://img.shields.io/pypi/v/aiohttp-mcp?color=blue&label=pypi%20package)](https://pypi.org/project/aiohttp-mcp)\n[![PyPI Downloads](https://static.pepy.tech/badge/aiohttp-mcp)](https://pepy.tech/projects/aiohttp-mcp)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aiohttp-mcp)\n![GitHub License](https://img.shields.io/github/license/kulapard/aiohttp-mcp?style=flat&color=blue)\n---\n\nTools for building [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers on top of [aiohttp](https://docs.aiohttp.org/).\n\n## Features\n\n- Easy integration with aiohttp web applications\n- Support for Model Context Protocol (MCP) tools\n- Async-first design\n- Type hints support\n- Debug mode for development\n- Flexible routing options\n\n## Installation\n\nWith [uv](https://docs.astral.sh/uv/) package manager:\n\n```bash\nuv add aiohttp-mcp\n```\n\nOr with pip:\n\n```bash\npip install aiohttp-mcp\n```\n\n## Quick Start\n\n### Basic Server Setup\n\nCreate a simple MCP server with a custom tool:\n\n```python\nimport datetime\nfrom zoneinfo import ZoneInfo\n\nfrom aiohttp import web\n\nfrom aiohttp_mcp import AiohttpMCP, build_mcp_app\n\n# Initialize MCP\nmcp = AiohttpMCP()\n\n# Define a tool\n@mcp.tool()\ndef get_time(timezone: str) -> str:\n    \"\"\"Get the current time in the specified timezone.\"\"\"\n    tz = ZoneInfo(timezone)\n    return datetime.datetime.now(tz).isoformat()\n\n# Create and run the application\napp = build_mcp_app(mcp, path=\"/mcp\")\nweb.run_app(app)\n```\n\n### Using as a Sub-Application\n\nYou can also use aiohttp-mcp as a s…","publisher":null,"homepage":"https://github.com/kulapard/aiohttp-mcp#readme","repository":"https://github.com/kulapard/aiohttp-mcp#readme","version":"0.7.0","license":null,"protocols":["mcp"],"tags":["ai","aiohttp","async","llm","mcp","model-context-protocol","server"],"pricing":null,"endpoints":[{"url":"pypi:aiohttp-mcp","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":"dev.ci-cd","name":"CI/CD & Deploy","confidence":0.802,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["dev"],"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":"aiohttp-mcp","registry":"pypi","observedAt":"2026-09-09T08:22:42.969Z","publishedAt":"2025-12-15T13:31:12.372915Z","latestVersion":"0.7.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"aiohttp-mcp","url":"https://pypi.org/project/aiohttp-mcp/","firstSeenAt":"2026-09-09T08:21:47.283Z","fetchedAt":"2026-09-09T08:21:47.283Z","normalizedAt":"2026-09-09T08:21:47.283Z"}]},"firstSeenAt":"2026-09-09T08:21:47.283Z","updatedAt":"2026-09-09T08:22:42.969Z"}