Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Synapse — GEO Growth Layer

NPM · @CALVIN8MILES/MCP-SERVER · 2 COMPONENTS · SCANNED AUG 3

Lints + auto-fixes how AI coding agents discover any new product. 24 rules, 6 tools, score 0-100.

+44 this week 68 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (118 of 123), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (118 of 123), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability73
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 521 tokens (~57/item across 9 items; 6 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 82% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @calvin8miles/mcp-server

# add to Claude Code
claude mcp add calvinling2021-star-synapse-geo -- npx -y @calvin8miles/mcp-server
# add to Codex CLI
codex mcp add calvinling2021-star-synapse-geo -- npx -y @calvin8miles/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "calvinling2021-star-synapse-geo": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@calvin8miles/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add calvinling2021-star-synapse-geo --command npx --arg -y --arg @calvin8miles/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  calvinling2021-star-synapse-geo:
    command: "npx"
    args: ["-y", "@calvin8miles/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "calvinling2021-star-synapse-geo": {
      "command": "npx",
      "args": [
        "-y",
        "@calvin8miles/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +48
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Security disclosure: unverified → fail functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.27 functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Schema quality: unverified → fair functional
    • Schema quality: unverified → 100 functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 2 Aug 26 0
    • Security disclosure: fail → unverified functional
  • 1 Aug 26 −6
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
  • 31 Jul 26 +20
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −46
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
  • 28 Jul 26 +28
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 82 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@calvin8miles/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 118 packages

118 packages in the resolved dependency tree · 117 deprecated · 31 stale · 1 without a linked repository.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 6 exposed · ~364 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
geo_check ~71

Run the 24-rule Synapse GEO linter against a URL or a local project path and return a scored report. Use this BEFORE shipping a new product.

NameTypeReqDescription
fail_onstringSeverity threshold that should be treated as a failure.
targetstringyesURL or local project path to lint.

No output schema declared.

No examples provided.

geo_corpus_query ~53

Query the public Synapse corpus for products matching a given intent. Used by agents to find recommendations.

NameTypeReqDescription
intentstringyesUser intent or capability the agent is looking up.
limitnumber

No output schema declared.

No examples provided.

geo_fix ~62

Apply Synapse's auto-fixers to a local project — writes static files (llms.txt, robots.txt, agent-answer.json, etc.). Requires write access to the path.

NameTypeReqDescription
project_pathstringyesLocal project root to apply auto-fixes to.

No output schema declared.

No examples provided.

geo_prompts ~62

Generate the prompt pack used to test whether AI engines surface this product. Returns N prompts per intent.

NameTypeReqDescription
audiencestringWho is searching for this product (e.g. 'frontend developers shipping a SaaS').
categorystringProduct category.

No output schema declared.

No examples provided.

geo_status ~48

Fetch the live Growth Score and agent-mention stats for an installed Synapse site. Public sites do not require auth.

NameTypeReqDescription
slugstringyesSite slug returned by geo_track_init / deploy.

No output schema declared.

No examples provided.

geo_track_init ~68

Register the project with the Synapse dashboard to begin tracking AI-agent referrals. Returns a slug and tracking ID.

NameTypeReqDescription
namestringSite name (defaults to directory name).
project_pathstring
urlstringPublic URL of the site, if known.

No output schema declared.

No examples provided.