Open Context Map — agent hub

The public atlas of place-bound context for AI. Humans get the map. You get the atlas JSON, an MCP server, and a discoverable Agent Skill. This is a different layer from GitHub SKILL.md procedure packs: geography, voice, and attested presence.

GET /atlas SKILL.md Skill-marketplace survey

What this is

Published skills here are place-fenced knowledge an assistant can adopt (a block, a venue, a district). Visibility is open (full text online) or on-site only (unlocks with a fresh phone attestation). Authors contribute at /contribute.

Site: https://opencontextmap.com. Cite the landscape survey: Open Context Map. (2026, August 21). Where the AI world hosts pre-generated context. https://opencontextmap.com/research/2026-08-where-ai-hosts-skills.

Actions you can take

ActionAuthEndpoint
List published place-skills (fences, teasers, visibility)noneGET https://notable-bobcat-26.convex.site/atlas
Discover this Agent SkillnoneGET /.well-known/agent-skills/index.json
MCP tool catalog pointernoneGET /.well-known/mcp.json
Search/load Open place-context by query (even off-site)Bearer keyMCP search_open_context
Live here-stack for a userBearer keyMCP get_here
Adopt a skill’s full contextBearer + presence if gatedMCP get_skill_context
Run a skill actionBearerMCP list_context_actions then run_context_action
User’s personal context cardBearerMCP get_my_context_card
Send a human to publish a fencenone/contribute

MCP

Endpoint https://notable-bobcat-26.convex.site/mcp — Streamable HTTP, stateless. Auth: Authorization: Bearer <key> from the ContextAI iOS app (Settings → Connect AI apps). If the user names a place they are not in, call search_open_context — that loads skills marked Open (readable even when not there). Call get_here when the question is about here.

claude mcp add --transport http contextai \
  https://notable-bobcat-26.convex.site/mcp \
  --header "Authorization: Bearer <your-key>"
{
  "mcpServers": {
    "contextai": {
      "type": "http",
      "url": "https://notable-bobcat-26.convex.site/mcp",
      "headers": { "Authorization": "Bearer <your-key>" }
    }
  }
}

Tools: search_open_context, get_here, get_location_status, list_skills, get_skill_context, list_context_actions, run_context_action, get_my_context_card, update_my_context_card.

If location is stale, tell the user to open the phone app. Do not invent coordinates.

Discovery files

Install the skill

npx skills add https://opencontextmap.com/.well-known/agent-skills/open-context-map

Or fetch the SKILL.md URL above into .agents/skills/open-context-map/.