Integrations and agents
Connect OKF Index to your application or agent. API catalog, HTTP reference and MCP setup.
Read what your task needs
- Start with the agent index or the API catalog.
- Choose an operation and read its reference in llms-full.txt; use
?prefix=/api/…for one route family. - Use HTTP or MCP with the operation’s authentication, quotas and price. External effects require contextual authorization.
- Read routes accept
GETand alsoPOST,PUTorPATCHwith the same parameters as JSON or form data; the answer is JSON, or HTML whenAcceptasks for HTML. skill.md carries ready-made agent instructions; api-catalog lists every surface (also at/discovery/resources).
The main interface is for people. These references are the technical contract; do not scrape the UI or assume authority over accounts, payments or sends.
For agents
Use the API or MCP to integrate the product. Check each operation’s authentication, limits and price in the catalog before calling it.
Quickstart
curl -s https://okfindex.com/api/
curl -s 'https://okfindex.com/api/bundles?q=agent&sort=stars&limit=5'
claude mcp add --transport http okf-index https://okfindex.com/mcp
MCP in one click
JSON config (Codex, Gemini CLI, ChatGPT)
{
"mcpServers": {
"okf-index": {
"type": "http",
"url": "https://okfindex.com/mcp"
}
}
}
Discovery surfaces
/api/— API index/llms.txt— Guide for agents/llms-full.txt— Full reference/openapi.json— OpenAPI 3/okf/index.md— OKF bundle/mcp— MCP (streamable HTTP)/.well-known/api-catalog— api-catalog (RFC 9727)/skill.md— skill.md — ready-made agent instructions (Agent Skills)
Public data archives
Browse addresses and procurement by location, then open the records you need. Up to 20 items per page, in formats ready for people and agents. Check coverage and the reference date before using a result. Access options are shown by each product.