# firstdata

FirstData is an MCP server for authoritative public data source discovery. It helps users and agents find, inspect, compare, and access structured primary data sources across countries, domains, and …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mlt-oss/firstdata

# Browse available tools
npx -y @smithery/cli@latest tool list mlt-oss/firstdata

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mlt-oss/firstdata search_source

# Call a tool
npx -y @smithery/cli@latest tool call mlt-oss/firstdata search_source '{}'
```

## Direct MCP Connection

Endpoint: `https://firstdata.run.tools`

**Required config:**
- `firstdataApiKey` (header) — Enter your FirstData API key in the format: Bearer <API_KEY>

## Tools (5)

- `search_source`
- `get_source`
- `ask_agent`
- `get_access_guide`
- `report_feedback`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mlt-oss/firstdata <tool-name>
```
