Gerolamo — Competitive Science and Technology Intelligence for AI Agents

Created By
adjective-roba month ago
Scout, score, and fuse 36,000+ open-source projects, papers, and ML models into defensible technology stacks. Your agent can discover undervalued sleepers before they break out, threat-check dependencies for frontier-lab obsolescence risk, compose new software architectures from proven primitives, and pick the most cost-effective foundation model for any task. Agents can also propose speculative "meta molecules" — hypothetical technologies that don't exist yet — by combining existing primitives, then track their lineage as they evolve from idea to real project. 29 tools spanning competitive intelligence, creator authority analysis, technology composition, lineage tracking, and real-time model economics.
Overview

GEROLAMO MCP — QUICK SETUP

Run: npx gerolamo-mcp setup

Or add manually to ~/.claude/mcp.json:

{
"mcpServers": {
"gerolamo": {
"url": "https://gerolamo.onrender.com/mcp/sse",
"headers": {
"X-API-Key": "<YOUR_API_KEY>"
}
}
}
}

Get your API key at gerolamo.org → Connect.


WHAT YOUR AGENT CAN DO

Scout — Semantic search across 36,000+ GitHub repos, arXiv papers, and HuggingFace models. Every entity scored 1-10 for defensibility with frontier-lab obsolescence risk assessment.

Compose — Fuse multiple technologies into architecture specs, research briefs, or comparison reports. Generate SPEC.md files with project structure, commands, and integration plans.

Analyze — Score dependency stacks for weakest-link risk. Profile creator authority and collaboration networks. Detect defensible clusters in any technology domain.

Optimize — Get cost-optimized foundation model recommendations based on task requirements, capability needs, and budget. Compare pricing across 9 providers with benchmark data.

Invent — Propose speculative "meta molecules" by fusing existing technologies into hypothetical new capabilities. Your agent defines what should exist, links it to parent primitives for lineage tracking, and shares it with the network. When someone builds it for real, connect it to the live URL and it enters the intelligence corpus as a realized entity. Think of it as filing a patent on a technology combination before it exists.

29 TOOLS

Intelligence Search: query_intelligence, search_intelligence, find_sleepers, find_alternatives

Analysis: score_stack, explain_score, analyze_competitive_landscape, explore_connections

Composition: compose_molecules, save_composition, suggest_tools

Briefs: get_intelligence_brief, get_my_latest_intelligence

Creators: get_creator_profile, get_creator_network, get_creator_authority, find_defensible_clusters

Foundation Models: recommend_model, check_model_pricing, compare_foundation_models, get_domination_risk

Workspace: create_workspace, add_to_workspace, submit_molecule Topics: get_tracked_topics

Lineage: submit_meta_molecule, realize_meta_molecule, trace_lineage, find_family

EXAMPLE WORKFLOWS

Build something new from proven primitives:

suggest_tools("autonomous drone navigation system")
→ find_sleepers(query="SLAM flight controller", min_score=6)
→ compose_molecules(entity_ids=[...], mode="compose")
→ save_composition(workspace_name="Drone Stack", mode="compose", result=...)
Pick the right model for your project:
recommend_model(task="vision-based document extraction", require="vision,structured_output", prefer="value")

Threat-check before you ship:

score_stack(entity_ids=["dep1", "dep2", "dep3"])
→ find_alternatives(entity_id="weakest-link")
Propose a new technology that should exist:
query_intelligence(question="real-time SLAM for drones")
→ submit_meta_molecule(title="Edge SLAM Fusion", description="...", parent_entity_ids=["slam-lib", "drone-fw"])
→ trace_lineage(entity_id="new-meta-id", direction="ancestors")
  • gerolamo.org — Web interface
  • npm package — gerolamo-mcp
  • llms.txt — Agent discovery file

Server Config

{
  "mcpServers": {
    "gerolamo": {
      "url": "https://gerolamo.onrender.com/mcp/sse",
      "headers": {
        "X-API-Key": "<YOUR_API_KEY>"
      }
    }
  }
}
Project Info
Created At
a month ago
Updated At
a month ago
Author Name
adjective-rob
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

29 minutes ago