PredictLeads MCP
officialPredictLeads MCP lets AI agents securely access PredictLeads datasets - including jobs, news, funding, technologies, connections, and company data
What can you do with Predict Leads MCP?
- Discover a company’s tech stack — ask the AI to retrieve technology detections for a given company using its dedicated endpoint.
- Find recent job openings — get current job postings for a company to track hiring activity and growth signals.
- Look up financing events — retrieve a company’s funding rounds and investment history from the financing data endpoint.
- Surface categorized news — pull structured, categorized news events tied to a company for timely intelligence.
- Identify similar companies — use the similar companies endpoint to find organizations with comparable profiles.
- Explore the full API schema — have the AI inspect the OpenAPI schema tool to discover available endpoints and parameters dynamically.
Documentation
PredictLeads MCP Server
The PredictLeads MCP (Model Context Protocol) server lets AI agents access PredictLeads data and services directly. It exposes a structured way to interact with the PredictLeads API and retrieve all information available through it.
Every tool maps to an individual PredictLeads API endpoint with the same available parameters. One additional tool exposes the full OpenAPI schema, so an AI agent can determine which tool to use — and how — for a given prompt.
PredictLeads provides company intelligence data: Companies Technology detections, Job openings, Financing events, Categorized News Events, Similar companies, GitHub repositories, product launches, company connections, and more.
Coverage: Over 120M companies with historical data since 2016.
Base URL
This is a hosted, remote MCP server — no local installation or code is required to run it. Clients connect directly to the base URL above.
Getting Access
To use the PredictLeads MCP Server, either:
- Authorize your application via OAuth2, or
- Sign up for a public account and provide your API credentials as HTTP headers.
Your API key and token are available on the Your Subscription Plans page.
Authentication
The MCP Server supports two authentication methods.
With OAuth2
PredictLeads supports two OAuth2 flows:
- Authorization Code — for OAuth2 clients that support Dynamic Client Registration for automatic setup.
- Client Credentials — for OAuth2 server-to-server integrations, using:
- Access Token URL:
https://oauth.predictleads.com/token - Client ID:
{your_api_key} - Client Secret:
{your_api_token}
- Access Token URL:
With HTTP Headers
For direct access, pass your credentials as request headers: X-Api-Key: {your_api_key} X-Api-Token: {your_api_token}
Request Limits
Each account has monthly request limits based on the chosen subscription plan. You can track usage on the Your Subscription Plans page. Once an account reaches its limit, further requests return a 402 HTTP error. Contact support with any questions about limits.
Client Compatibility
PredictLeads MCP works with any client that supports HTTP-based MCP connections and authenticates via OAuth2 or HTTP headers, including Cline.
Documentation
Full documentation: docs.predictleads.com/mcp_integration
Support
Questions or issues: see support or contact PredictLeads directly.