A simple MCP agents project with basic math tools
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"amajakai14-mcp-agents","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# MCP Agents - Example FastMCP Server A simple Model Context Protocol (MCP) server built with FastMCP that demonstrates basic tool implementation. ## Features - **greet**: Greet a user by name ## Installation This project uses `uv` for package management and `just` for task running. Make sure you have both installed: ```bash # Install uv if you don't have it curl -LsSf https://astral.sh/uv/install.sh | sh # Install just if you don't have it # On macOS with Homebrew: brew install just # Or with cargo: cargo install just ``` Then build the project: ```bash just build ``` ## Usage ### Running the MCP Server To start the MCP agents server: ```bash just run ``` ### Using with MCP Clients You can use this server with any MCP-compatible client. The configuration depends on how you want to run the server: #### Option 1: Local Development (using source code) For development or when running from a local clone: ```json { "mcpServers": { "mcp-agents": { "command": "uv", "args": ["run", "mcp-agents"], "cwd": "/Users/means/repository/mcp-agents", "env": {} } } } ``` #### Option 2: PyPI Installation (recommended for end users) Once published to PyPI, users can use this simpler configuration: ```json { "mcpServers": { "mcp-agents": { "command": "uvx", "args": ["amajakai14_mcp-agents"] } } } ``` Alternative with `pipx`: ```json { "mcpServers": { "mcp-agents": { "command": "pipx", "args": ["run", "amajakai14_mcp-agents"] } } } ``` #### Option 3: Version Pinning To pin to a specific version: ```json { "mcpServers": { "mcp-agents": { "command": "uvx", "args": ["amajakai14_mcp-agents==0.1.0"] } } } ``` #### For Claude Desktop Add any of the above configurations to your Claude Desktop config file: - **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json` - **Windows**: `%APPDATA%/Claude/claude_desktop_config.json` ### Testing the To…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.