{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_qq2sysz6y4g3","handle":"autogen-ext-mcp","url":"https://wellknown.network/agents/autogen-ext-mcp","links":{"self":"https://wellknown.network/agents/autogen-ext-mcp/record.json","html":"https://wellknown.network/agents/autogen-ext-mcp","markdown":"https://wellknown.network/agents/autogen-ext-mcp/record.md","api":"https://wellknown.network/api/v1/agents/autogen-ext-mcp","status":"https://wellknown.network/api/v1/agents/autogen-ext-mcp/status","claim":"https://wellknown.network/agents/autogen-ext-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/autogen-ext-mcp/claim.json","badge":"https://wellknown.network/agents/autogen-ext-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:autogen-ext-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"autogen-ext-mcp","summary":"MCP Tools extension for AutoGen >= v0.4","description":"# AutoGen Extension for MCP Tools\n\n![PyPI - Version](https://img.shields.io/pypi/v/autogen-ext-mcp)\n\nThis package provides integration between [Microsoft AutoGen](https://microsoft.github.io/autogen/) and the [Model Context Protocol (MCP)](https://modelcontextprotocol.io), enabling AutoGen agents to seamlessly connect with various data sources and tools.\n\nMCP is an open standard that enables secure, two-way connections between AI systems and data sources, replacing fragmented integrations with a single universal protocol. This allows AI assistants to maintain context as they move between different tools and datasets.\n\n## Installation\n\n```bash\npip install autogen-ext-mcp\n```\n\n## Features\n\n- Seamless integration of MCP tools with AutoGen agents\n- Connect to any MCP-compatible data source or tool\n- Automatic conversion of MCP tool schemas to AutoGen-compatible formats\n\n## Quick Start\n\n```python\nfrom autogen_ext_mcp.tools import get_tools_from_mcp_server\nfrom mcp import StdioServerParameters\nfrom pathlib import Path\n\n# Get desktop path cross-platform\ndesktop_path = str(Path.home() / \"Desktop\")\n\n# Connect to FileSystem MCP server\nserver_params = StdioServerParameters(\n    command=\"npx\",\n    args=[\n        \"-y\",\n        \"@modelcontextprotocol/server-filesystem\",\n        desktop_path,  # Allow access to Desktop directory\n    ]\n)\n\n# Get tools\ntools = await get_tools_from_mcp_server(server_params)\n\n# Use tools with AutoGen agents\n# The tools can be passed to any AutoGen agent that supports tool use\n```\n\n## Samples\n\nCheck out the [samples directory](samples/) for example code and detailed instructions on getting started with the AutoGen MCP Extension. The samples demonstrate common use cases and best practices for integrating MCP tools with AutoGen agents.\n\n## Resources\n\n- [AutoGen Documentation](https://microsoft.github.io/autogen/0.4.0.dev11/index.html)\n- [Model Context Protocol Documentation](https://modelcontextprotocol.io)\n- [MCP Quickstart Guide](https://modelcontextpr…","publisher":null,"homepage":"https://github.com/richard-gyiko/autogen-ext-mcp#readme","repository":"https://github.com/richard-gyiko/autogen-ext-mcp/issues","version":"0.2.2","license":null,"protocols":["mcp"],"tags":["ai","autogen","autogen-ext","integration","model-context-protocol","tools","mcp"],"pricing":null,"endpoints":[{"url":"pypi:autogen-ext-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.filesystem","name":"Filesystem","confidence":1,"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":"autogen-ext-mcp","registry":"pypi","observedAt":"2026-09-09T09:25:19.787Z","publishedAt":"2025-01-25T04:37:46.073237Z","latestVersion":"0.2.2"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"autogen-ext-mcp","url":"https://pypi.org/project/autogen-ext-mcp/","firstSeenAt":"2026-09-09T09:24:28.438Z","fetchedAt":"2026-09-09T09:24:28.438Z","normalizedAt":"2026-09-09T09:24:28.438Z"}]},"firstSeenAt":"2026-09-09T09:24:28.438Z","updatedAt":"2026-09-09T09:25:19.787Z"}