Skip to main content
Glama
prospeo-v2

Prospeo MCP Server

Official
by prospeo-v2

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level: DEBUG, INFO, WARN, ERRORINFO
PROSPEO_API_KEYYesYour Prospeo API key. Get one at https://app.prospeo.io/api

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
enrich_personA

Enrich a person — return their full profile with verified email and/or mobile, job history, and current company. Provide at least one identifier: linkedin_url, email, person_id (from a prior search result), or full_name/first_name+last_name plus company_name/company_website. Credits: 1 for email, 10 for email + mobile (set enrich_mobile=true; email is included free when mobile is requested). Credits are only deducted when the requested contact data is actually returned. No charge if no person is matched, and no charge if only_verified_email/only_verified_mobile is set but no verified contact exists. Check free_enrichment in the response to confirm.

enrich_companyA

Enrich a company — return its full profile (headcount, industry, revenue, tech stack, funding, social links, HQ phone). Provide at least one identifier: company_website (most accurate), company_linkedin_url, company_name, or company_id (from a prior search result). Credits: 1 per successful match. No charge if no match is found. Check free_enrichment in the response to confirm whether credits were deducted.

search_personA

Search Prospeo's professional database using typed filters. Returns up to 25 results per page (max 1000 pages). Costs 1 credit per page that returns results. Each result includes person fields (name, title, location, linkedin_url) and a company summary. email and mobile are returned as obfuscated previews (revealed=false, address/number masked) with the status field populated (VERIFIED / UNVERIFIED / null) — inspect status to assess coverage before enriching. Pass person_id to enrich_person to reveal the actual values (enrich_person credits apply there, not here). Combine person filters (person_job_title, person_seniority, person_location_search) with company filters (company_industry, company_headcount_range, company_technology) to narrow results. At least one positive (include) filter is required.

search_companyA

Search Prospeo's company database using typed filters. Returns up to 25 results per page (max 1000 pages). Costs 1 credit per page that returns results. Each result is a summary (name, website, industry, size, revenue, location, funding, keywords). Pass company_id to enrich_company for the full profile (tech stack, description, job postings, attributes — not included in search). Use filters like company_industry, company_headcount_range, company_location_search, company_technology, company_revenue, company_funding. At least one positive (include) filter is required.

get_account_infoA

Check your Prospeo account status — credits remaining, plan name, renewal date, and team size. Free endpoint, does not consume credits. Useful to verify the API key works or check remaining quota.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/prospeo-v2/prospeo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server