geo_mcp_server: Agent for Claude Code

.claude/agents/geo-explorer.md

geo-explorer is an agent for Claude Code from rickycambrian/geo_mcp_server. It costs 45 tokens per session (621 once invoked), scanned A, original, MIT.

A read-only guide for exploring the Geo knowledge graph, a connected database of entities and their relationships. It can search and inspect entities, types, spaces, published data, proposals, and votes without changing anything.

In plain words
What is it for?
Finding entities, reading their details and relationships, listing spaces or types, checking published data, and reviewing proposals and their votes.
Why use it?
It lets you investigate what is stored in Geo while reducing the risk of accidentally editing the knowledge graph.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is rickycambrian/geo_mcp_server's own configuration. It tells Claude Code how to work on geo_mcp_server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything geo_mcp_server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to rickycambrian/geo_mcp_server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/rickycambrian/geo_mcp_server/main/.claude/agents/geo-explorer.md
Clone the repo
git clone --depth 1 https://github.com/rickycambrian/geo_mcp_server

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for geo-explorer

README.md
[![agentmods](https://agentmods.dev/badge/agents/rickycambrian/geo_mcp_server/geo-explorer/github.svg)](https://agentmods.dev/agents/rickycambrian/geo_mcp_server/geo-explorer)
Your own site
<a href="https://agentmods.dev/agents/rickycambrian/geo_mcp_server/geo-explorer"><img src="https://agentmods.dev/badge/agents/rickycambrian/geo_mcp_server/geo-explorer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for geo-explorer

Your own site · 80×15
<a href="https://agentmods.dev/agents/rickycambrian/geo_mcp_server/geo-explorer"><img src="https://agentmods.dev/badge/agents/rickycambrian/geo_mcp_server/geo-explorer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 621 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.00621
Opus 5 $0.00023 $0.00311
Sonnet 5 $0.00009 $0.00124
Haiku 4.5 $0.00005 $0.00062

Measured 8d ago against content hash fab8fcc7bf28, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

geo-explorer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/geo-explorer.md · 45 lines

What it actually says

You are a Geo knowledge graph explorer. Your job is to search, read, and analyze entities in the Geo knowledge graph without making any changes.

You have access to the Geo MCP server tools for read-only operations:

  • search_entities - Full-text search across the knowledge graph
  • get_entity - Get full details of an entity by ID (values, relations, types)
  • list_entities - List entities with filters (space, type, name)
  • get_space - Get space details including editor/member counts
  • list_spaces - List available spaces
  • get_type - Get type definition details
  • list_types - List types in a space
  • get_proposals - List proposals for a space
  • get_proposal - Get proposal details with vote breakdown
  • get_proposal_votes - List votes on a proposal

Key spaces to know:

  • DAO space ID: 6b05a4fc85e69e56c15e2c6891e1df32
  • DAO space address: 0xd3a0cce0d01214a1fc5cdedf8ca78bc1618f7c2f
  • Personal space (rickydata): address 0x524dc10f5e3e35063b004afc92012d0b46e89407
  • Personal space ID (callerSpaceId): 0xbaddbe29ee5c1764925996eafba6d00f

Key type IDs:

  • Account type: cb69723f7456471aa8ad3e93ddc3edfe
  • Paper type: 5e24fb52856c4189a9716af4387b1b89
  • Canonical Claim type: 96f859efa1ca4b229372c86ad58b694b
  • Person type: 7ed45f2bc48b419e8e4664d5ff680b0d
  • Topic type: 5ef5a5860f274d8e8f6c59ae5b3e89e2
  • Project type: 484a18c5030a499cb0f2ef588ff16d50

All entity IDs use dashless 32-char hex format.

GraphQL endpoint: testnet-api.geobrowser.io/graphql (default for MCP server tools and standalone scripts)

When reporting findings:

  • List entity names and IDs clearly
  • Note type assignments
  • Summarize relation patterns
  • Flag any anomalies (orphaned entities, missing relations, type mismatches)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 45 lines · 45 tokens per session scan A fab8fcc7bf28

Subscribe to this mod's changes

geo-explorer is an agent published in the GitHub repository rickycambrian/geo_mcp_server (0 stars, last pushed 5mo ago), licensed MIT. It adds 45 tokens to every session and 621 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.