From f5de37957b7186864fa2e917f3bffa7ef71a975f Mon Sep 17 00:00:00 2001 From: Lekan Bashua Date: Mon, 9 Mar 2026 13:41:52 -0400 Subject: [PATCH] Add f3 PROOF Platform MCP Server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add f3 PROOF Platform to the community servers list. f3 (Founders, Funders & Friends) is the first talent agency for startup founders. Our PROOF Score is the credit score for global entrepreneurship — a standardized measure of founder credibility built on four pillars: EDGE, PULSE, TRUST, and SIGNAL. This MCP server is deployed at https://mcp.f3.app/sse and provides 8 tools: - get_proof_score — Authenticated user's PROOF Score with pillar breakdown - get_venture_summary — Venture details, public score, and recent activity - get_pending_signals — Pending proof signals awaiting founder review - log_proof_signal — Log a new proof event (enters pending queue) - search_ecosystem — Search founders, funders, and friends - search_ventures — Search ventures by industry, stage, location - get_proof_actions — List available proof action types - get_platform_stats — Public platform statistics Auth: Bearer token (f3 account) for authenticated tools; public tools work without auth. Learn more: https://f3.app --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aefbd53c0b..92d68b946a 100644 --- a/README.md +++ b/README.md @@ -808,6 +808,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Excel to JSON MCP by WTSolutions](https://github.com/he-yang/excel-to-json-mcp)** - MCP Server providing a standardized interface for converting (1) Excel or CSV data into JSON format ;(2) Excel(.xlsx) file into Structured JSON. - **[Extended Memory](https://github.com/ssmirnovpro/extended-memory-mcp)** - Persistent memory across Claude conversations with multi-project support, automatic importance scoring, and tag-based organization. Production-ready with 400+ tests. - **[F1](https://github.com/AbhiJ2706/f1-mcp/tree/main)** - Access to Formula 1 data including race results, driver information, lap times, telemetry, and circuit details. +- **[f3 PROOF Platform](https://mcp.f3.app)** - MCP server for the f3 founder credibility platform. Query PROOF Scores, log proof events, search the founder/funder/friend ecosystem, and track venture progress from any MCP client. - **[Fabi](https://docs.fabi.ai/advanced_features_and_dev_tools/mcp_server)** - MCP server that exposes [Fabi](https://app.fabi.ai/) analyst agent to turn natural-language prompts into insights: navigating connected data, generating safe SQL/Python, running queries, and saving results into dashboards. - **[Fabric MCP](https://github.com/aci-labs/ms-fabric-mcp)** - Microsoft Fabric MCP server to accelerate working in your Fabric Tenant with the help of your favorite LLM models. - **[Fabric Real-Time Intelligence MCP](https://github.com/Microsoft/fabric-rti-mcp)** - Official Microsoft Fabric RTI server to accelerate working with Eventhouse, Azure Data Explorer(Kusto), Eventstreams and other RTI items using your favorite LLM models.