← geckovision.tech

INDIVIDUAL MCP TOOL

verify_signed_transaction

Check that a SIGNED transaction is the one Gecko attested — before you broadcast it.

geckovision.technone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.geckovision.tech/orquestra/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

geckovision.tech

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.orquestra]
url = "https://mcp.geckovision.tech/orquestra/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "orquestra": {
      "type": "http",
      "url": "https://mcp.geckovision.tech/orquestra/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: orquestra
Remote MCP URL: https://mcp.geckovision.tech/orquestra/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": {
    "orquestra": {
      "url": "https://mcp.geckovision.tech/orquestra/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "orquestra": {
      "type": "http",
      "url": "https://mcp.geckovision.tech/orquestra/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "orquestra",
  "transport": "streamable-http",
  "url": "https://mcp.geckovision.tech/orquestra/mcp"
}
MCP Inspector

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

Related tools

  • find_start — Say what you want to do in plain words ('buy this token on pump and hold it') and get the exact starting point across the wired Solana programs: (program, instruction), the dependency-ordered derive plan with a provenance tag on every account (extracted / recovered / flagged — the source-recovered roots and IDL-hidden accounts included), the DECLARED landing preludes, the honest flagged gaps, and the Orquestra /build execute pointer.
  • list_programs — List the wired, agent-ready program surfaces (with their intents and derivable PDAs) plus one page of the Orquestra program catalog (paginated; catalog entries are not yet comprehended).
  • comprehend_program — Auto-comprehend an unwired catalog program (the D-A path): fetch its Orquestra surface and generate the Gecko program config, with per-PDA provenance (extracted/recovered/manual) and honest FLAGGED gaps for anything the surface alone cannot give.
  • prepare_purchase — Plan and verify a real purchase from a let_me_buy storefront, and hand back the UNSIGNED transaction.
  • list_stores — List every let_me_buy storefront on the network you name — store names, products and prices, read from each store's own on-chain account.