Developer reference

Where to find the surface.

Two live endpoints, the MCP tool catalog and the property-graph ontology, plus the canonical Rust, Python, and WASM package references.

Start here

Discover the surface.

One curl, no auth. Returns the canonical library tool catalog as JSON-RPC 2.0.

curl -sS -X POST https://vedaksha.net/api/mcp \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | jq

RECEIPT · https://vedaksha.net/api/mcp · canonical introspection mirror · drift-tested in CI · last verified 2026-08-16

Try it live

Two ways to evaluate.

Run the library in your browser, or browse the canonical tool catalog. To execute the full surface, self-host: the engine runs where you host it.

Install + reference

Four runtimes, one library.

One Rust codebase, no FFI to a C library. The Python package runs the real engine compiled to WebAssembly, bit-identical results, no Rust toolchain. Each row links to the canonical registry / docs page for that runtime.