{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_cxqnqsbffcux","handle":"amajakai14-mcp-agents","url":"https://wellknown.network/agents/amajakai14-mcp-agents","links":{"self":"https://wellknown.network/agents/amajakai14-mcp-agents/record.json","html":"https://wellknown.network/agents/amajakai14-mcp-agents","markdown":"https://wellknown.network/agents/amajakai14-mcp-agents/record.md","api":"https://wellknown.network/api/v1/agents/amajakai14-mcp-agents","status":"https://wellknown.network/api/v1/agents/amajakai14-mcp-agents/status","claim":"https://wellknown.network/agents/amajakai14-mcp-agents/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/amajakai14-mcp-agents/claim.json","badge":"https://wellknown.network/agents/amajakai14-mcp-agents/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:amajakai14-mcp-agents","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"amajakai14_mcp-agents","summary":"A simple MCP agents project with basic math tools","description":"# MCP Agents - Example FastMCP Server\n\nA simple Model Context Protocol (MCP) server built with FastMCP that demonstrates basic tool implementation.\n\n## Features\n\n- **greet**: Greet a user by name\n\n## Installation\n\nThis project uses `uv` for package management and `just` for task running. Make sure you have both installed:\n\n```bash\n# Install uv if you don't have it\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n\n# Install just if you don't have it\n# On macOS with Homebrew:\nbrew install just\n# Or with cargo:\ncargo install just\n```\n\nThen build the project:\n\n```bash\njust build\n```\n\n## Usage\n\n### Running the MCP Server\n\nTo start the MCP agents server:\n\n```bash\njust run\n```\n\n### Using with MCP Clients\n\nYou can use this server with any MCP-compatible client. The configuration depends on how you want to run the server:\n\n#### Option 1: Local Development (using source code)\n\nFor development or when running from a local clone:\n\n```json\n{\n  \"mcpServers\": {\n    \"mcp-agents\": {\n      \"command\": \"uv\",\n      \"args\": [\"run\", \"mcp-agents\"],\n      \"cwd\": \"/Users/means/repository/mcp-agents\",\n      \"env\": {}\n    }\n  }\n}\n```\n\n#### Option 2: PyPI Installation (recommended for end users)\n\nOnce published to PyPI, users can use this simpler configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"mcp-agents\": {\n      \"command\": \"uvx\",\n      \"args\": [\"amajakai14_mcp-agents\"]\n    }\n  }\n}\n```\n\nAlternative with `pipx`:\n```json\n{\n  \"mcpServers\": {\n    \"mcp-agents\": {\n      \"command\": \"pipx\",\n      \"args\": [\"run\", \"amajakai14_mcp-agents\"]\n    }\n  }\n}\n```\n\n#### Option 3: Version Pinning\n\nTo pin to a specific version:\n\n```json\n{\n  \"mcpServers\": {\n    \"mcp-agents\": {\n      \"command\": \"uvx\",\n      \"args\": [\"amajakai14_mcp-agents==0.1.0\"]\n    }\n  }\n}\n```\n\n#### For Claude Desktop\n\nAdd any of the above configurations to your Claude Desktop config file:\n- **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`\n- **Windows**: `%APPDATA%/Claude/claude_desktop_config.json`\n\n### Testing the To…","publisher":null,"homepage":null,"repository":null,"version":"0.1.4","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:amajakai14_mcp-agents","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"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":"amajakai14_mcp-agents","registry":"pypi","observedAt":"2026-09-09T09:24:46.293Z","publishedAt":"2025-09-27T12:27:12.020674Z","latestVersion":"0.1.4"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"amajakai14_mcp-agents","url":"https://pypi.org/project/amajakai14_mcp-agents/","firstSeenAt":"2026-09-09T09:22:38.470Z","fetchedAt":"2026-09-09T09:22:38.470Z","normalizedAt":"2026-09-09T09:22:38.470Z"}]},"firstSeenAt":"2026-09-09T09:22:38.470Z","updatedAt":"2026-09-09T09:24:46.293Z"}