History
No threads yet

Anything API over MCP

Connect once and your agent can search this marketplace before it builds anything, run what fits, and describe what is missing — no API key to paste, no per-function setup.

Server URL

prompt
https://anything.notte.cc/mcp

Streamable HTTP. Sign-in happens over OAuth 2.1 the first time your client connects — it opens a browser, you approve access and pick a workspace, and the client stores the token. search works without signing in; run and build need it.

Add it to your client

claude mcp add --transport http anything-api https://anything.notte.cc/mcp

# then, in Claude Code:
#   /mcp  →  authenticate  →  sign in with your Notte account

What the server exposes

searchpublicFind marketplace functions by description or category.
specpublicFull parameter and response schema for one function.
runsign-inExecute a function and return its JSON result.
buildsign-inDescribe a new API in a sentence; get a function back (2–10 min).

Workspaces

The credential decides. Signing in scopes the client to one workspace — chosen on the consent screen — and that is where the functions it builds are created and whose credits its runs spend; an API key acts in the workspace the key belongs to. Marketplace functions always run in the marketplace workspace. To act somewhere else, sign in again and pick it. Run and build results name the workspace they acted in.