MeteraDocs

Build

MCP

Verified data as a tool your agent can call.

Metera runs a Model Context Protocol server at https://api.metera.xyz/mcp (protocol 2024-11-05, server metera 1.0.0). It exposes three tools. Each returns the same delivery object as the HTTP API, as JSON text.

ask         { query: string }                 -> verified datum + verification block
get_data    { type: string, params?: object }  -> direct canonical call
list_types  { }                                -> the servable catalog

Claude Code (tested here)

claude mcp add --transport http metera https://api.metera.xyz/mcp --scope user
Cursor and Codex: both support HTTP MCP servers. Point them at https://api.metera.xyz/mcp with a Bearer mk_live_… header, per each tool official MCP configuration. Those two setups follow the vendor documentation and were not tested here. Only the Claude Code path and the raw MCP endpoint were run in verification.