Skip to main content
The Qoory Developer Platform exposes the same public-safe research model through three integration surfaces: Create API keys for direct REST access, connect supported AI clients through Remote MCP, or install the Qoory Skill for guided crypto research workflows.

One data plane

REST, MCP, and Skills use the same data model. MCP tools wrap bounded REST operations, and the Skill teaches an agent when and how to use those same tools. They share API keys, scopes, credits, rate limits, usage records, and response contracts.

Bounded by design

Qoory does not expose get-all entity endpoints. Integrations start with search, resolution, or curated discovery, then fetch a selected entity or bounded subresource. This supports useful research without turning the API into a bulk database export.

Supported entity families

Qoory models projects, funds, people, X accounts, tokens, stocks, events, news, narratives, and market views. Availability varies by operation. Use search or a curated discovery endpoint to obtain a stable identifier before requesting a supported detail record.

API quickstart

Make an authenticated search and detail request.

Authentication

Create, scope, rotate, disable, and revoke API keys.

Bounded discovery

Use bounded discovery before entity detail calls.

MCP and Skills

Understand how agent integrations coexist.

API reference

Qoory uses OpenAPI 3.1 for operation paths, parameters, response schemas, examples, errors, scopes, and credit costs. Generated operation pages will appear in the API reference for every supported operation. Read API reference for how to use the generated contract.