Skip to main content
Numo Docs is available as a Model Context Protocol server. Connect it and your AI assistant can search this site directly instead of guessing at endpoint shapes, market symbols, or signed-payload fields. The server is read-only and scoped to the published content of this site.

Connect your client

Use --scope user to make the server available in every project, or drop the flag to scope it to the current directory. Verify with claude mcp get numo-docs.

What you get

search_numo_docs

Search this site for guides, endpoint references, and code examples. Returns ranked excerpts with direct page links.

query_docs_filesystem

Read whole pages by path and run exact keyword or regex matches across the docs.

submit_feedback

Report a page that is wrong, outdated, or incomplete straight to the docs team.

Try it

Once connected, ask your assistant questions it can only answer from these docs:
  • “What fields does a signed Numo order payload need, and which ones must match action_json?”
  • “Show me the WebSocket subscribe message for the cNGN future book channel.”
  • “How do I resume a Numo WebSocket stream after a reconnect without refetching a snapshot?”
  • “What settles to whom at expiry on a physically delivered Numo FX future?”

Plain text for other tools

Tools that read a flat corpus rather than connecting to a server can use:

Quickstart

New to the API? Read the book and submit your first signed order.