Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”¬ Research
  3. GeniusFlow Federation
GeniusFlow Federation logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 6:02:24 PM

GeniusFlow Federation

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
evidenceverificationresearchmcp

Re-checks published claims against live sources and packages evidence through a public remote MCP endpoint.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "geniusflow-federation": {
      "url": "https://geniusflow-federation.vercel.app/api/mcp"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ”¬ More in Research

Overview

GeniusFlow Federation MCP server exposes evidence verification workflows for published claims about real-world entities. It re-fetches a source URL and checks for an expected literal substring, then supports admitting or withholding the claim and producing a citation packet. The public MCP endpoint is remote and requires no account. Reach for it when an agent needs fail-closed, independently re-checkable evidence rather than semantic fact-checking or a synchronized world model.

Use cases

β€’Retrieve an entity dossier for a named subject
β€’Re-check a published claim against its source
β€’Withhold unsupported evidence packages
β€’Create citation packets for verified claims

Key features

β€’Remote MCP endpoint
β€’Literal source-string verification
β€’Entity dossier retrieval
β€’Admit-or-withhold evidence packaging
β€’Citation packet creation
β€’Fail-closed UNKNOWN status

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by GeniusFlow Federation.

Extracted Tool Capabilities
Remote MCP endpoint
Literal source-string verification
Entity dossier retrieval
Admit-or-withhold evidence packaging
Citation packet creation
Fail-closed UNKNOWN status

How GeniusFlow Federation works

What GeniusFlow Federation does

The GeniusFlow Federation MCP server provides a remote interface for working with evidence-backed claims about named entities. Its public proving ground is CIRCLE, and the associated API exposes entity dossiers, claim verification, packaging, citation, status, and related operations.

The core workflow follows this sequence: entity, claim, grounding, verification, package, and citation. A dossier supplies published claims for an entity. Each claim can be grounded with a source URL and an expected substring taken from that claim. Verification then checks whether the source still contains that literal string. A package can admit or withhold the result, while citation creates a packet over a published claim object.

How it works

GeniusFlow Federation performs a literal string re-check. It does not determine whether the broader world is true, perform semantic fact-checking, or provide a real-time world model. If a circulating figure is missing, the system keeps it as UNKNOWN rather than filling the gap.

The GeniusFlow Federation MCP server is available at https://geniusflow-federation.vercel.app/api/mcp. MCP clients can connect to that URL as a remote server. The listed core tools are gf_dossier, gf_verify, gf_package, gf_cite, and gf_status. Additional tools include gf_report_feed, gf_darshan, gf_return_wire, and gf_openapi; the README identifies the last two experimental adapters.

The same public deployment exposes HTTP routes for direct use: GET /api/dossier?entity=CIRCLE, POST /api/verify, POST /api/package, and POST /api/cite. OpenAPI and machine-readable documentation are also published by the deployment.

Setup and configuration

No account is required, and the README does not specify credentials or environment variables. Configure an MCP client with the remote URL rather than a local filesystem path:

config.json
{
  "mcpServers": {
    "geniusflow-federation": {
      "url": "https://geniusflow-federation.vercel.app/api/mcp"
    }
  }
}

The GeniusFlow Federation MCP server runs on a Vercel hobby deployment with best-effort availability and no promised uptime. The runtime engine repository is private, so the documented connection is to the hosted endpoint rather than a locally installed package.

Tools and capabilities

  • Retrieve an entity dossier with gf_dossier.
  • Re-check a grounded claim with gf_verify.
  • Admit or withhold an evidence package with gf_package.
  • Create a citation packet with gf_cite.
  • Inspect service status with gf_status.
  • Access report-feed, OpenAPI, and experimental adapter functions through the additional listed tools.

Use the expected substring from the returned claim as grounding input; the README specifically warns against inventing that value. The repository includes curl and Python examples for dossier, verification, status, packaging, and citation flows.

Limitations and notes

The GeniusFlow Federation MCP server should not be treated as a complete real-world-asset registry, settlement system, persistent memory product, or proof of information advantage. The README also says that the Federation deployment and the project’s Pages site are separate surfaces whose snapshot identities may differ. CIRCLE is inspectable, but that does not establish a complete registry or production service guarantee.

Getting started with this GeniusFlow Federation MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Research View all alternatives
  • Notebooklm MCP Secure logoNotebooklm MCP Secure

    Query Google NotebookLM from Claude/AI agents with 14 security hardening layers. Session-based conversations, notebook library management, and source-grounded research responses.

    πŸ”¬ Research3 views
    Compare vs Notebooklm MCP Secure β†’
  • MCP Server Originalvoices logoMCP Server Originalvoices

    Instantly understand what real users think and why by querying our network of 1:1 Digital Twins - each representing a real person. Give your AI agents authentic human context to ground outputs, improve creative, and make smarter decisions.

    πŸ”¬ Research3 views
    Compare vs MCP Server Originalvoices β†’
  • BrowserAI Dev logoBrowserAI Dev

    Evidence-backed web research for AI agents. Real-time search with cited claims, confidence scores, and compare mode (raw LLM vs evidence-backed). MCP server, REST API, and Python SDK.

    πŸ”¬ Research3 views
    Compare vs BrowserAI Dev β†’
  • Sparkit MCP logoSparkit MCP

    MCP server for SPARKIT, a scientific research agent that searches the literature, reads papers, and returns cited Markdown reports. Submit a question via the research tool from Claude Desktop / Cursor / Claude Code; get back a 90-second cited report without leaving the chat. uv tool install sparkit-mcp or pip install sparkit-mcp.

    πŸ”¬ Research2 views
    Compare vs Sparkit MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

Last commit
27d ago
Most recent push to the default branch.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about GeniusFlow Federation

No local installation command is documented. Configure an MCP client with the remote URL https://geniusflow-federation.vercel.app/api/mcp.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGeniusFlow Federation AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/geniusflow-federation?style=directory)](https://allmcps.com/mcp/geniusflow-federation)
HTML Embed
<a href="https://allmcps.com/mcp/geniusflow-federation"><img src="https://allmcps.com/api/badge/geniusflow-federation?style=directory" alt="GeniusFlow Federation on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”¬Research
PricingFree
More technical detailsExpand β–Ύ
TransportSSE (Remote)
AuthNo auth required
Last updatedSep 3, 2026
2/6 checks healthy over the last 45d
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit27d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 28, 2026
43Quality signal: Fair Β· 43/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity4/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”¬ Research β†’Best MCP servers for Research β†’Alternatives to GeniusFlow Federation β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients