# fiber-mcp

## Quick Start

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

# Browse available tools
npx -y smithery tool list fiberai/fiber-mcp

# Get full schema for a tool
npx -y smithery tool get fiberai/fiber-mcp companySearch_tool

# Call a tool
npx -y smithery tool call fiberai/fiber-mcp companySearch_tool '{}'
```

## Direct MCP Connection

Endpoint: `https://fiber-mcp--fiberai.run.tools`

## Tools (10)

- `companySearch_tool` — Company search.
- `peopleSearch_tool` — People search.
- `syncContactEnrichment_tool` — Synchronously fetch contact details.
- `profileLiveEnrich_tool` — Live fetch LinkedIn profile.
- `companyLiveEnrich_tool` — Live fetch LinkedIn company.
- `getOrgCredits_tool` — Get organization credits.
- `pollCombinedSearch_tool` — Poll combined search.
- `pollContactEnrichmentResult_tool` — Poll contact details fetching task.
- `pollBatchContactEnrichment_tool` — Poll batch contact enrichment.
- `getCompanyExclusionLists_tool` — Get company exclusion list.

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