Home
Arcade.dev
Arcade Worker Structure
Arcade Worker Structure
JSON Structure for an Arcade worker. Workers host toolkits and are reached over HTTP (with a shared secret) or via MCP transports. Each worker advertises a set of tools and a health endpoint.
Type: object
Properties: 0
Arcade Worker Structure is a JSON Structure definition published by Arcade.dev. It conforms to the https://json-structure.org/schemas/draft/2025-09/structure.json meta-schema.
Meta-schema: https://json-structure.org/schemas/draft/2025-09/structure.json
JSON Structure
{
"$schema": "https://json-structure.org/schemas/draft/2025-09/structure.json",
"$id": "https://raw.githubusercontent.com/api-evangelist/arcade-dev/main/json-structure/arcade-worker-structure.json",
"title": "Arcade Worker Structure",
"description": "JSON Structure for an Arcade worker. Workers host toolkits and are reached over HTTP (with a shared secret) or via MCP transports. Each worker advertises a set of tools and a health endpoint.",
"type": "object",
"fields": [
{"name": "id", "type": "string", "required": true},
{"name": "enabled", "type": "boolean"},
{"name": "http", "type": "object", "fields": [
{"name": "uri", "type": "string", "format": "uri", "required": true},
{"name": "secret", "type": "string"},
{"name": "timeout", "type": "integer", "default": 30},
{"name": "retry", "type": "integer", "default": 1}
]},
{"name": "mcp", "type": "object", "fields": [
{"name": "uri", "type": "string", "format": "uri"},
{"name": "transport", "type": "string", "enum": ["http", "sse", "websocket"]}
]},
{"name": "tools", "type": "array", "items": {"$ref": "arcade-tool-structure.json"}},
{"name": "health", "type": "object", "fields": [
{"name": "healthy", "type": "boolean"},
{"name": "checked_at", "type": "string", "format": "date-time"},
{"name": "message", "type": "string"}
]}
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/arcade-worker-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.