{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_836d7b4xk4mf","handle":"utcp-contributors-utcp-mcp","url":"https://wellknown.network/agents/utcp-contributors-utcp-mcp","links":{"self":"https://wellknown.network/agents/utcp-contributors-utcp-mcp/record.json","html":"https://wellknown.network/agents/utcp-contributors-utcp-mcp","markdown":"https://wellknown.network/agents/utcp-contributors-utcp-mcp/record.md","api":"https://wellknown.network/api/v1/agents/utcp-contributors-utcp-mcp","status":"https://wellknown.network/api/v1/agents/utcp-contributors-utcp-mcp/status","claim":"https://wellknown.network/agents/utcp-contributors-utcp-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/utcp-contributors-utcp-mcp/claim.json","badge":"https://wellknown.network/agents/utcp-contributors-utcp-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/utcp-contributors-utcp-mcp/history","tools":"https://wellknown.network/api/v1/agents/utcp-contributors-utcp-mcp/tools"},"ard":{"identifier":"urn:air::server:utcp-contributors-utcp-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"utcp-mcp","summary":"UTCP communication protocol plugin for interoperability with the Model Context Protocol (MCP).","description":"# UTCP MCP Plugin \n \n[![PyPI Downloads](https://static.pepy.tech/badge/utcp-mcp)](https://pepy.tech/projects/utcp-mcp) \n \nModel Context Protocol (MCP) interoperability plugin for UTCP, enabling seamless integration with existing MCP servers. \n \n## Features \n \n- **MCP Server Integration**: Connect to existing MCP servers \n- **Stdio Transport**: Local process-based MCP servers \n- **HTTP Transport**: Remote MCP server connections \n- **OAuth2 Authentication**: Secure authentication for HTTP servers \n- **Migration Support**: Gradual migration from MCP to UTCP \n- **Tool Discovery**: Automatic tool enumeration from MCP servers \n- **Session Management**: Efficient connection handling \n \n## Installation \n \n```bash \npip install utcp-mcp \n``` \n \n## Quick Start \n \n```python \nfrom utcp.utcp_client import UtcpClient \n \n# Connect to MCP server \nclient = await UtcpClient.create(config={ \n    \"manual_call_templates\": [{ \n        \"name\": \"mcp_server\", \n        \"call_template_type\": \"mcp\", \n        \"config\": { \n            \"mcpServers\": { \n                \"filesystem\": { \n                    \"command\": \"node\", \n                    \"args\": [\"mcp-server.js\"] \n                } \n            } \n        } \n    }] \n}) \n \n# Call MCP tool through UTCP \nresult = await client.call_tool(\"mcp_server.filesystem.read_file\", { \n    \"path\": \"/data/file.txt\" \n}) \n``` \n \n## Configuration Examples \n \n### Stdio Transport (Local Process) \n```json \n{ \n  \"name\": \"local_mcp\", \n  \"call_template_type\": \"mcp\", \n  \"config\": { \n    \"mcpServers\": { \n      \"filesystem\": { \n        \"command\": \"python\", \n        \"args\": [\"-m\", \"mcp_filesystem_server\"], \n        \"env\": {\"LOG_LEVEL\": \"INFO\"} \n      } \n    } \n  } \n} \n``` \n \n### HTTP Transport (Remote Server) \n```json \n{ \n  \"name\": \"remote_mcp\", \n  \"call_template_type\": \"mcp\", \n  \"config\": { \n    \"mcpServers\": { \n      \"api_server\": { \n        \"transport\": \"http\", \n        \"url\": \"https://mcp.example.com\" \n      } \n    } \n  } \n} \n``` \n \n### With OAuth2 Authentication \n`…","publisher":{"name":"UTCP Contributors","url":null},"homepage":"https://utcp.io","repository":"https://github.com/universal-tool-calling-protocol/python-utcp/issues","version":"1.1.4","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:utcp-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","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.filesystem","name":"Filesystem","confidence":1,"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":"utcp-mcp","registry":"pypi","observedAt":"2026-09-10T15:25:02.222Z","publishedAt":"2026-09-06T17:15:40.803282Z","latestVersion":"1.1.4"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"utcp-mcp","url":"https://pypi.org/project/utcp-mcp/","firstSeenAt":"2026-09-10T15:23:00.793Z","fetchedAt":"2026-09-10T15:23:00.793Z","normalizedAt":"2026-09-10T15:23:00.793Z"}]},"firstSeenAt":"2026-09-10T15:23:00.793Z","updatedAt":"2026-09-10T15:25:02.222Z"}