# Rankiteo

Access real-time cybersecurity intelligence for any company. Rankiteo's MCP lets AI agents retrieve cyber risk scores, incident history, TPRM assessments, and vendor risk data for millions of organiz…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list rankiteo/rankiteo-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get rankiteo/rankiteo-mcp search_company

# Call a tool
npx -y @smithery/cli@latest tool call rankiteo/rankiteo-mcp search_company '{}'
```

## Direct MCP Connection

Endpoint: `https://rankiteo-mcp--rankiteo.run.tools`

**Required config:**
- `X-API-KEY` (header) — Your Rankiteo API key

## Tools (4)

- `search_company` — Search for companies by name.
- `get_company_rating_by_id` — Get company rating by Company ID.
- `get_company_rating_by_domain` — Get company rating by Domain.
- `get_company_rating_by_linkedin_id` — Get company rating by LinkedIn ID.

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