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
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 accountWhat the server exposes
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.