# AgentClear — API Marketplace for AI Agents

Access 60+ paid API services through a single API key with sub-cent micropayments. Discover financial data, weather, email tools, document parsing, and more — all metered per-call with no subscriptio…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add agentclear-ai/mcp-server

# Browse available tools
npx -y smithery tool list agentclear-ai/mcp-server

# Get full schema for a tool
npx -y smithery tool get agentclear-ai/mcp-server discover_services

# Call a tool
npx -y smithery tool call agentclear-ai/mcp-server discover_services '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--agentclear-ai.run.tools`

**Required config:**
- `AGENTCLEAR_API_KEY` (query) — Your API key from agentclear.dev — sign up free at https://agentclear.dev

## Tools (3)

- `discover_services` — Search the AgentClear marketplace for paid API services by keyword (e.g. 'stock quotes', 'weather', 'email verification…
- `call_service` — Execute a metered API call through the AgentClear proxy. Costs sub-cent per call, charged to your AgentClear wallet.
- `check_balance` — Check your AgentClear wallet balance

```bash
# Get full input/output schema for a tool
npx -y smithery tool get agentclear-ai/mcp-server <tool-name>
```

## Prompts (3)

- `find-api` (use_case) — Find the perfect API for any use case — stocks, email, security, and more
- `explore-marketplace` — Browse the full AgentClear marketplace by category
- `quick-api-call` (query) — Find and call an API in one shot — just describe what you need
