Skip to main content
Glama
YourICP

YourICP MCP Server

Official
by YourICP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YOURICP_API_URLNoBase URL of the YourICP APIhttps://app.youricp.com
YOURICP_API_TOKENYesYour 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct role: authorization, job submission, and result polling. There is no overlap or ambiguity between their purposes.

Naming Consistency5/5

All tool names follow a clear verb_noun pattern: set_token, submit_lookup, check_lookup. The naming is uniform and predictable.

Tool Count5/5

Three tools is appropriate for a focused asynchronous enrichment workflow. Each tool is necessary and the count is not excessive or insufficient.

Completeness5/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues