freaky.fi
Integrations

llms.txt

Discovery file for AI agents browsing freaky.fi.

freaky.fi serves an llms.txt at the site root following the llms.txt convention. The file is a short, machine-readable index that an LLM can fetch to discover the available surfaces without crawling the site. Every page on the site points at it, so an agent can find it without being given the path.

The file points at:

  • The documentation pages on this site, grouped by section.
  • The public APIs: swap.freaky.fi, prices.freaky.fi, list.freaky.fi. Each lists both the OpenAPI JSON (/doc) and the Scalar UI (/docs).
  • The remote MCP connector at mcp.freaky.fi and the Base MCP plugin spec at mcp.freaky.fi/base/freaky.md.
  • Integration surfaces (deeplinks, referrals).

For agents that need the full tool surface (ranked quotes, prices, balances, history, widget link building) over MCP rather than just discovery, see MCP.