Data Collection
propfirmmap.com
Aggregates and compares prop trading firms, promo codes, and trader tools with detailed metrics and reviews.
ENDPOINT 1
https://propfirmmap.com/mcp
MCP server metadata
- Name
- propfirmmap-mcp
- Version
- 1.0.0
PropFirmMap MCP server. Read-only access to verified prop trading firm data - firms, deals, tools, categories. All data is sourced from the firms' own websites and updated daily - never fabricated. Three surfaces: (1) TOOLS - call get_categories first to discover filter vocabulary, then list_firms / find_deals / compare_firms / list_tools / get_firm_detail. (2) RESOURCES - attach markdown firm summaries (firm://{slug}) or the active-deals digest (deals://active) directly to your LLM context. (3) PROMPTS - use compare_for_beginner, find_cheapest_firm, or safety_first_recommendation to bootstrap a structured query.
Known tools 8
list_firmsList published prop trading firms ranked by PropFirmMap Score (composite of trust + value + speed + flexibility + platforms).
Inferred read-onlyget_firm_detailGet the full record for one firm by slug: challenges (with profit targets, max daily loss, drawdowns, prices), active promo codes, platforms, payment + payout methods, TrustPilot rating, CEO, country, established date, and main benefits/drawbacks.
Potential side effectsfind_dealsList currently-active promo codes across all published firms, ordered by discount percentage desc then expiry date.
Inferred read-onlylist_toolsList verified trader tools (trading journals, charts/screeners, trade copiers, alerts) with pricing, features, free-tier availability, integrations, and TrustPilot data.
Potential side effectsget_categoriesDiscover the filter vocabulary: list of asset_types, countries, platforms (with per-category firm_count), the safety_grades enum, and tool_categories.
Inferred read-onlyfirms_leaderboardTop-N firms ranked by composite signal: metric=trust (Trust Aggregate 0-100, default), metric=pfm (PropFirmMap Score 0-10), or metric=composite (geometric mean of both, 0-100 - punishes firms strong on only one axis).
Inferred read-onlyget_trust_aggregateComposite 0–100 trust score for one firm - fuses TrustPilot rating + review volume + PropFirmMap safety grade + operational longevity + PropFirmMap verification freshness + verified-partner vetting into a single number, with full per-component breakdown.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.propfirmmap-mcp]
url = "https://propfirmmap.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"propfirmmap-mcp": {
"type": "http",
"url": "https://propfirmmap.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: propfirmmap-mcp
Remote MCP URL: https://propfirmmap.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"propfirmmap-mcp": {
"url": "https://propfirmmap.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"propfirmmap-mcp": {
"type": "http",
"url": "https://propfirmmap.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "propfirmmap-mcp",
"transport": "streamable-http",
"url": "https://propfirmmap.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for propfirmmap.com was fetched 2026-08-23T13:36:41.980Z and is being refreshed.
propfirmmap.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.