Choose your agent surface
Install the Shelob skill in Codex or another skill-compatible agent. For other clients, connect the authenticated remote MCP server directly.
ShelobConnect your agent 01 / AGENT-NATIVE SPATIAL INTELLIGENCE
Connect Claude, ChatGPT, Codex and IDE agents to Shelob. They can resolve places, compare change, follow relationships and return every answer with its sources and licence records.
Install the skill in compatible coding agents. Connect desktop and IDE agents through authenticated remote MCP. Use REST in custom agents and production systems.
PLAN
ENTITLEMENT
Your plan sets your query allowance. The REST API authenticates with your plan key; MCP clients sign in once through your browser. Both return the same records, with the same source and licence labels.
Usage from every connection counts against the same plan.
Install the Shelob skill in Codex or another skill-compatible agent. For other clients, connect the authenticated remote MCP server directly.
Add the MCP server to your client and sign in when it asks. For the API, keep your key in the host’s secret manager, out of prompts and shared configuration.
SHELOB_MCP_URL="https://app.shelob.ai/mcp"
SHELOB_API_URL="issued with plan"
SHELOB_API_KEY="••••••••" # REST onlyYour agent can now query place, change and relationships with the source and licence attached.
Which insured logistics sites have higher flood and access exposure than at their last renewal?
Install the workflow with the skill, give an agent live tools through MCP or call Shelob directly through REST. Every route returns the same sources, dates and data rights.
Install Shelob’s query workflow, tool guidance and evidence rules in a skill-compatible agent.
Add the authenticated Shelob MCP endpoint once, then ask spatial questions without leaving your agent or editor.
Use REST for repeatable queries, batch work and production systems. Every response keeps its sources, observation dates and licence records.
The host chooses when to call a tool. Shelob resolves the location, runs the bounded spatial operation and returns structured evidence that the agent can inspect and cite.
Streamable HTTP MCP
OAuth, in your browser
Place · area · change · verify
Evidence · source · licence
DIRECT CONNECTION: Codex, Claude, Cursor and compatible IDE agents can use the Shelob skill or remote MCP endpoint.
MANAGED WORKSPACES: ChatGPT custom MCP apps depend on the workspace plan and administrator configuration.
SEE IT
IN CONTEXT
Illustrative sessions. Ask in plain language, hand an agent a portfolio check, or call Shelob while writing product code. Every answer comes back structured, with its sources.
Which depots moved into a higher-risk flood trajectory this quarter?
Six depots need review. The answer includes 12 attributed sources and their licence records.
Check every proposed site against current boundaries and hazard change.
24 sites checked. Three conflicts were flagged with the supporting observations attached.
const res = await fetch(
`${SHELOB_API_URL}/grounded/find_changes` +
`?min_longitude=-95.38&min_latitude=29.72` +
`&max_longitude=-95.24&max_latitude=29.80&since_days=90`,
{ headers: { "X-API-Key": SHELOB_API_KEY } }
);Shelob returned 6 changed sites.
View sources ↗Open map ↗The skill handles the workflow. MCP handles live tool use. REST handles repeatable system calls. Every result follows the same plan entitlements and keeps its evidence attached.
Publisher, source URL, Shelob ID and observation time travel with the answer.
Agents surface permissive, restricted, unknown and review-required status instead of assuming permission.
Whatever the plan, each record returns its licence status, so an agent can check it before reusing anything.
Choose a Team or Scale plan, install the skill and connect with the issued MCP endpoint and plan key.