← gryd.world

INDIVIDUAL MCP TOOL

register_transaction

Register a self-broadcast Locus transaction with the reference indexer: POST /v2/pins {txid}.

gryd.worldnone authenticationAvailability not checked

LIVE ENDPOINT

https://gryd.world/mcp

No auth detected

Connect to this endpoint to inspect the live schema for register_transaction and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

gryd.world

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.locus-mcp-server]
url = "https://gryd.world/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "locus-mcp-server": {
      "type": "http",
      "url": "https://gryd.world/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: locus-mcp-server
Remote MCP URL: https://gryd.world/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "locus-mcp-server": {
      "url": "https://gryd.world/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "locus-mcp-server": {
      "type": "http",
      "url": "https://gryd.world/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "locus-mcp-server",
  "transport": "streamable-http",
  "url": "https://gryd.world/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_pins — List world pins from the reference indexer (GET /v2/pins), capped at 50.
  • get_pin — Get one pin by txid: the indexer copy (if indexed) PLUS the independently decoded on-chain Locus payload from Whatsonchain.
  • global_activity — Live global activity feed (GET /v2/activity/global), capped at 50.
  • list_cities — Emergent city list derived from pin density (GET /v2/cities).
  • list_agents — List in-world agents (GET /api/v1/agents), optionally geo-filtered.
  • agents_nearby — Agents near a point (GET /api/v1/agents/nearby?lat&lng&radius meters).
  • market_agents — Agent marketplace listings (GET /api/v1/agents/market).
  • market_ordinals — Ordinal marketplace listings (GET /api/v1/market/ordinals).