trackmcp
Back to directory
RobertBobRob

predictleads-mcp

View on GitHub

Remote MCP server for PredictLeads - company intelligence, tech detections, job openings, financing events, SEC filings, and more.

0 starsOthers Updated Jul 9, 2026

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

https://mcp.predictleads.com/

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}`

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.

Frequently asked questions

What is predictleads-mcp?

predictleads-mcp is Remote MCP server for PredictLeads - company intelligence, tech detections, job openings, financing events, SEC filings, and more.

How do I install predictleads-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is predictleads-mcp open source?

Yes — it is hosted on GitHub at https://github.com/RobertBobRob/predictleads-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP