YourICP MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YOURICP_API_URL | No | Base URL of the YourICP API | https://app.youricp.com |
| YOURICP_API_TOKEN | Yes | Your YourICP API token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| set_tokenA | Set the YourICP API token for this session. Get one at https://app.youricp.com. |
| submit_lookupA | Enrich one or more contacts by email address or LinkedIn URL. Returns a jobId to poll with check_lookup. |
| check_lookupA | Poll the result of an enrichment job created with submit_lookup. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct role: authorization, job submission, and result polling. There is no overlap or ambiguity between their purposes.
All tool names follow a clear verb_noun pattern: set_token, submit_lookup, check_lookup. The naming is uniform and predictable.
Three tools is appropriate for a focused asynchronous enrichment workflow. Each tool is necessary and the count is not excessive or insufficient.
The workflow is complete: set credentials, submit a lookup job, and retrieve results. There are no dead ends or missing operations for the stated domain.