# the-prospector

Generates valid A2A agent-card.json files for any website from stable structured sources. Reads llms.txt, robots.txt, sitemap.xml and well-known files. Never scrapes. Pay $0.01 USDC per card via x402…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add found402/the-prospector

# Browse available tools
npx -y @smithery/cli@latest tool list found402/the-prospector

# Get full schema for a tool
npx -y @smithery/cli@latest tool get found402/the-prospector prospect

# Call a tool
npx -y @smithery/cli@latest tool call found402/the-prospector prospect '{}'
```

## Direct MCP Connection

Endpoint: `https://the-prospector--found402.run.tools`

## Tools (1)

- `prospect` — Takes a URL and generates a valid agent-card.json following the 2026 A2A spec. Reads only from stable structured source…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get found402/the-prospector <tool-name>
```
