{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_7pnqa7pzz5xu","handle":"agent-server-card-mcp","url":"https://wellknown.network/agents/agent-server-card-mcp","links":{"self":"https://wellknown.network/agents/agent-server-card-mcp/record.json","html":"https://wellknown.network/agents/agent-server-card-mcp","markdown":"https://wellknown.network/agents/agent-server-card-mcp/record.md","api":"https://wellknown.network/api/v1/agents/agent-server-card-mcp","status":"https://wellknown.network/api/v1/agents/agent-server-card-mcp/status","claim":"https://wellknown.network/agents/agent-server-card-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/agent-server-card-mcp/claim.json","badge":"https://wellknown.network/agents/agent-server-card-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:agent-server-card-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"agent-server-card-mcp","summary":"MCP Server for server card generation, validation and discovery — .well-known/mcp-server-card.json protocol","description":"# MCP Server Cards\n\nAn MCP server for generating, validating, and discovering MCP server cards — a standardized way to describe MCP servers so AI agents can automatically find and understand them.\n\n## What are Server Cards?\n\nServer Cards are machine-readable JSON files that describe an MCP server's capabilities, similar to how `robots.txt` describes crawling rules or `manifest.json` describes web apps. They live at `.well-known/mcp-server-card.json` and contain:\n\n- **Name & Description** — What the server does\n- **Tools** — List of available tools with descriptions\n- **Author & Repository** — Who built it, where to find the source\n- **Categories** — Tags for discovery and search\n- **Pricing** — Whether it's free, freemium, or paid\n- **Transport** — Whether it uses stdio, HTTP, or both\n- **Auth** — Whether authentication is required\n\n## Why Server Cards?\n\nAs the MCP ecosystem grows, agents need a way to discover and evaluate servers automatically. Server Cards solve this by providing:\n\n1. **Automatic Discovery** — Agents can check `.well-known/mcp-server-card.json` on any domain\n2. **Standardized Metadata** — Consistent format for comparing servers\n3. **Capability Description** — Agents know what tools are available before connecting\n4. **Trust Signals** — Author, repository, and pricing information\n\n## Installation\n\n```bash\npip install agent-server-card-mcp\n```\n\n## Usage\n\n### As MCP Server\n\n```json\n{\n  \"mcpServers\": {\n    \"server-cards\": {\n      \"command\": \"server-card-server\"\n    }\n  }\n}\n```\n\n### With uvx\n\n```json\n{\n  \"mcpServers\": {\n    \"server-cards\": {\n      \"command\": \"uvx\",\n      \"args\": [\"agent-server-card-mcp\"]\n    }\n  }\n}\n```\n\n## Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `generate_card` | Generate a `.well-known/mcp-server-card.json` for any MCP server |\n| `validate_card` | Validate a server card against the JSON schema |\n| `discover` | Try to discover a server card from a URL via `.well-known` |\n| `search` | Search indexed server ca…","publisher":{"name":"AiAgentKarl","url":null},"homepage":"https://github.com/AiAgentKarl/agent-server-card-mcp","repository":"https://github.com/AiAgentKarl/agent-server-card-mcp","version":"0.1.0","license":"MIT","protocols":["mcp"],"tags":["ai-agent","discovery","mcp","model-context-protocol","server-card","well-known"],"pricing":null,"endpoints":[{"url":"pypi:agent-server-card-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":0.825,"provenance":"derived"}],"categories":["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":"agent-server-card-mcp","registry":"pypi","observedAt":"2026-09-09T08:22:34.722Z","publishedAt":"2026-03-20T10:07:52.719212Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"agent-server-card-mcp","url":"https://pypi.org/project/agent-server-card-mcp/","firstSeenAt":"2026-09-09T08:21:17.566Z","fetchedAt":"2026-09-09T08:21:17.566Z","normalizedAt":"2026-09-09T08:21:17.566Z"}]},"firstSeenAt":"2026-09-09T08:21:17.566Z","updatedAt":"2026-09-09T08:22:34.722Z"}