Home
Providers
Arcade
Arcade
Arcade.dev is the MCP runtime for production AI agent deployments. The Arcade Engine — a hosted or self-hostable API surface — handles OAuth user authorization, manages user tokens, and exposes 7,000+ pre-built integrations as Model Context Protocol tools that agent frameworks like LangChain, OpenAI Agents, CrewAI, AG2, Google ADK, Vercel AI, Mastra, and TanStack AI can call. This profile catalogs the public Arcade Engine API (39 endpoints across Admin, Authorization, Tools, LLM, Operations, Hooks, Gateways, and Plugins), the ArcadeAI GitHub org's SDKs, the arcade-mcp framework, and the public schemas repo.
Arcade publishes 8 APIs on the APIs.io network, including Admin API, Authorization API, Gateways API, and 5 more. Tagged areas include Agents, MCP, AI Agents, Authorization, and Authentication.
The Arcade catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.
Arcade’s developer surface includes authentication, developer portal, signup flow, developer console, pricing, engineering blog, changelog, and 18 more developer resources.
1 APIs
11 Features
6 Use Cases
On this page
Kin Score
APIs 11
Open Collections 10
Pricing Plans 1
Rate Limits 1
FinOps 1
Features 11
Vocabularies 1
Spectral Rules 2
JSON Schema 15
JSON Structure 12
Examples 56
Security Posture 2
Agentic Access 1
Use Cases 6
Integrations 10
Solutions 5
Resources 25
apis.yml
34 Operational Transparency
50 Create-or-Update Ergonomics
Composite quality — 75.7/100 · exemplar
Agent readiness — 26/100 · agent aware
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 11
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Scroll for all 10
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Notable capabilities this provider offers.
Scroll for all 11
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
Scroll for all 15
JSON Structure definitions describing this provider's data shapes.
Scroll for all 12
Example request and response payloads for these APIs.
Scroll for all 56
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
What developers build with this provider.
Pre-built integrations with other platforms and tools.
Scroll for all 10
Packaged solutions this provider offers.
Get Started 4
Portal, sign-up, and the first successful call
Agent Surfaces 2
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 3
Pagination, idempotency, versioning, errors, and events
Build 1
SDKs, sample code, and the tooling you integrate with
Access & Security 2
Authentication, authorization, and security posture
Operate 5
Status, limits, changes, and where to get help
Commercial 6
Pricing, plans, and the legal terms of use
Company 2
The organization behind the API
Source (apis.yml)
name: Arcade
description: 'Arcade.dev is the MCP runtime for production AI agent deployments. The Arcade Engine — a hosted or self-hostable
API surface — handles OAuth user authorization, manages user tokens, and exposes 7,000+ pre-built integrations as Model
Context Protocol tools that agent frameworks like LangChain, OpenAI Agents, CrewAI, AG2, Google ADK, Vercel AI, Mastra,
and TanStack AI can call. This profile catalogs the public Arcade Engine API (39 endpoints across Admin, Authorization,
Tools, LLM, Operations, Hooks, Gateways, and Plugins), the ArcadeAI GitHub org''s SDKs, the arcade-mcp framework, and the
public schemas repo.
'
url: https://github.com/api-evangelist/arcade
humanURL: https://arcade.dev
baseURL: https://api.arcade.dev
deliveryModel:
model: open-core
license: MIT
open_source: true
commercial: true
callable_host: true
label: Open core · an OSS project plus a commercial hosted product
confidence: high
source:
- license
- openapi
- pricing
generated: '2026-08-28'
method: derived
accessModel:
pricing: freemium
onboarding: self-serve
trial: false
try_now: true
public: false
label: Freemium · Self-serve signup
confidence: medium
source:
- plans
- authentication
- security
generated: '2026-09-03'
method: derived
image: https://avatars.githubusercontent.com/u/161780576
tags:
- Agents
- MCP
- AI Agents
- Authorization
- Authentication
- Tool Calling
- Agent Infrastructure
- LLM
- Integration
tags_raw:
- Agents
- MCP
- AI Agents
- Authorization
- OAuth
- Tool Calling
- Agent Infrastructure
- LLM
- Integrations
created: '2026-05-22'
modified: '2026-05-22'
specificationVersion: '0.23'
type: Index
apis:
- name: Arcade Public Schemas
description: 'The ArcadeAI/schemas repo on GitHub publishes versioned JSON Schemas for the Arcade engine configuration (1.0
and 2.0) and the worker HTTP contracts (1.0) — tool_definition, execute_tool_request, and execute_tool_response — used
by every Arcade worker.
'
humanURL: https://github.com/ArcadeAI/schemas
baseURL: https://github.com/ArcadeAI/schemas
image: https://avatars.githubusercontent.com/u/161780576
tags:
- Schemas
- JSON-Schema
- Worker Protocol
tags_raw:
- Schemas
- JSON Schema
- Worker Protocol
properties:
- type: Documentation
url: https://github.com/ArcadeAI/schemas
- type: GitHubRepository
url: https://github.com/ArcadeAI/schemas
- type: JSONSchema
url: json-schema/arcade-tool-definition-schema.json
- type: JSONSchema
url: json-schema/arcade-execute-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-execute-tool-response-schema.json
- type: JSONSchema
url: https://raw.githubusercontent.com/ArcadeAI/schemas/main/worker/http/1.0/tool_definition.schema.json
title: Upstream tool_definition.schema.json
- type: JSONSchema
url: https://raw.githubusercontent.com/ArcadeAI/schemas/main/engine/config/1.0/schema.json
title: Upstream engine config 1.0 schema
- type: JSONSchema
url: https://raw.githubusercontent.com/ArcadeAI/schemas/main/engine/config/2.0/schema.json
title: Upstream engine config 2.0 schema
- name: Arcade MCP Framework
description: 'The arcade-mcp open-source Python framework — "MCP Server Framework and Tool Development library for building
custom capabilities into agents." Provides the `arcade` CLI (login, new, show, evals, mcp, deploy, configure, server,
secret) and the Python building blocks for writing custom MCP servers and tools. MIT-licensed, 898 stars at profile time.
'
humanURL: https://github.com/ArcadeAI/arcade-mcp
baseURL: https://github.com/ArcadeAI/arcade-mcp
image: https://avatars.githubusercontent.com/u/161780576
tags:
- MCP Server
- Framework
- Python
- Open-Source
tags_raw:
- MCP Server
- Framework
- Python
- Open Source
properties:
- type: GitHubRepository
url: https://github.com/ArcadeAI/arcade-mcp
- type: Documentation
url: https://docs.arcade.dev/en/references/mcp/python
- type: SDKs
url: https://pypi.org/project/arcade-mcp/
title: arcade-mcp on PyPI
- type: CLI
url: https://docs.arcade.dev/en/references/arcade-cli
- name: Arcade Integration Catalog
description: 'The Arcade integration catalog — 145 MCP servers across Arcade Optimized, Arcade Unoptimized, Verified, Community,
and Auth Provider designations, with 37 additional "Coming Soon" integrations including Shopify, Snowflake, and QuickBooks.
Categories include Productivity & Docs, Social & Communication, Developer Tools, Payments & Finance, Search, Sales, Databases,
and Customer Support.
'
humanURL: https://docs.arcade.dev/en/resources/integrations
image: https://avatars.githubusercontent.com/u/161780576
tags:
- Integration
- Toolkits
- MCP Servers
tags_raw:
- Integrations
- Toolkits
- MCP Servers
properties:
- type: Documentation
url: https://docs.arcade.dev/en/resources/integrations
- type: Resources
url: https://docs.arcade.dev/en/resources/tools
- type: Resources
url: https://docs.arcade.dev/en/resources/examples
- aid: arcade:arcade-admin-api
name: Arcade Admin API
description: The Admin API from Arcade — 14 operation(s) for admin.
humanURL: https://docs.arcade.dev/en/references/api
baseURL: https://api.arcade.dev
tags:
- Admin
properties:
- type: OpenAPI
url: openapi/arcade-admin-api-openapi.yml
- type: Documentation
url: https://docs.arcade.dev
- type: APIReference
url: https://docs.arcade.dev/en/references/api
- type: SpectralRules
url: rules/arcade-engine-rules.yml
- type: Authentication
url: https://docs.arcade.dev/guides/tool-calling/custom-apps/auth-tool-calling
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/call-tool-agent
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/mcp-server-quickstart
- type: SDKs
url: https://github.com/ArcadeAI/arcade-py
- type: SDKs
url: https://github.com/ArcadeAI/arcade-js
- type: SDKs
url: https://github.com/ArcadeAI/arcade-go
- type: SDKs
url: https://github.com/ArcadeAI/arcade-java
- type: SDKs
url: https://github.com/ArcadeAI/arcade-dotnet
- type: CLI
url: https://docs.arcade.dev/en/references/arcade-cli
- type: ChangeLog
url: https://docs.arcade.dev/en/references/changelog
- type: JSONSchema
url: json-schema/arcade-engine-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-tool-execution-detail-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorize-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorization-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-auth-provider-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-worker-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-hook-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-gateway-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-plugin-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-secret-response-schema.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-execution-detail-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorize-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorization-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-auth-provider-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-worker-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-hook-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-gateway-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-plugin-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-secret-response-structure.json
- aid: arcade:arcade-authorization-api
name: Arcade Authorization API
description: The Authorization API from Arcade — 4 operation(s) for authorization.
humanURL: https://docs.arcade.dev/en/references/api
baseURL: https://api.arcade.dev
tags:
- Authorization
properties:
- type: OpenAPI
url: openapi/arcade-authorization-api-openapi.yml
- type: Documentation
url: https://docs.arcade.dev
- type: APIReference
url: https://docs.arcade.dev/en/references/api
- type: SpectralRules
url: rules/arcade-engine-rules.yml
- type: Authentication
url: https://docs.arcade.dev/guides/tool-calling/custom-apps/auth-tool-calling
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/call-tool-agent
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/mcp-server-quickstart
- type: SDKs
url: https://github.com/ArcadeAI/arcade-py
- type: SDKs
url: https://github.com/ArcadeAI/arcade-js
- type: SDKs
url: https://github.com/ArcadeAI/arcade-go
- type: SDKs
url: https://github.com/ArcadeAI/arcade-java
- type: SDKs
url: https://github.com/ArcadeAI/arcade-dotnet
- type: CLI
url: https://docs.arcade.dev/en/references/arcade-cli
- type: ChangeLog
url: https://docs.arcade.dev/en/references/changelog
- type: JSONSchema
url: json-schema/arcade-engine-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-tool-execution-detail-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorize-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorization-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-auth-provider-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-worker-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-hook-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-gateway-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-plugin-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-secret-response-schema.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-execution-detail-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorize-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorization-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-auth-provider-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-worker-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-hook-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-gateway-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-plugin-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-secret-response-structure.json
- aid: arcade:arcade-gateways-api
name: Arcade Gateways API
description: The Gateways API from Arcade — 3 operation(s) for gateways.
humanURL: https://docs.arcade.dev/en/references/api
baseURL: https://api.arcade.dev
tags:
- Gateways
properties:
- type: OpenAPI
url: openapi/arcade-gateways-api-openapi.yml
- type: Documentation
url: https://docs.arcade.dev
- type: APIReference
url: https://docs.arcade.dev/en/references/api
- type: SpectralRules
url: rules/arcade-engine-rules.yml
- type: Authentication
url: https://docs.arcade.dev/guides/tool-calling/custom-apps/auth-tool-calling
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/call-tool-agent
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/mcp-server-quickstart
- type: SDKs
url: https://github.com/ArcadeAI/arcade-py
- type: SDKs
url: https://github.com/ArcadeAI/arcade-js
- type: SDKs
url: https://github.com/ArcadeAI/arcade-go
- type: SDKs
url: https://github.com/ArcadeAI/arcade-java
- type: SDKs
url: https://github.com/ArcadeAI/arcade-dotnet
- type: CLI
url: https://docs.arcade.dev/en/references/arcade-cli
- type: ChangeLog
url: https://docs.arcade.dev/en/references/changelog
- type: JSONSchema
url: json-schema/arcade-engine-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-tool-execution-detail-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorize-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorization-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-auth-provider-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-worker-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-hook-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-gateway-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-plugin-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-secret-response-schema.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-execution-detail-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorize-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorization-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-auth-provider-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-worker-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-hook-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-gateway-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-plugin-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-secret-response-structure.json
- aid: arcade:arcade-hooks-api
name: Arcade Hooks API
description: The Hooks API from Arcade — 3 operation(s) for hooks.
humanURL: https://docs.arcade.dev/en/references/api
baseURL: https://api.arcade.dev
tags:
- Hooks
properties:
- type: OpenAPI
url: openapi/arcade-hooks-api-openapi.yml
- type: Documentation
url: https://docs.arcade.dev
- type: APIReference
url: https://docs.arcade.dev/en/references/api
- type: SpectralRules
url: rules/arcade-engine-rules.yml
- type: Authentication
url: https://docs.arcade.dev/guides/tool-calling/custom-apps/auth-tool-calling
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/call-tool-agent
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/mcp-server-quickstart
- type: SDKs
url: https://github.com/ArcadeAI/arcade-py
- type: SDKs
url: https://github.com/ArcadeAI/arcade-js
- type: SDKs
url: https://github.com/ArcadeAI/arcade-go
- type: SDKs
url: https://github.com/ArcadeAI/arcade-java
- type: SDKs
url: https://github.com/ArcadeAI/arcade-dotnet
- type: CLI
url: https://docs.arcade.dev/en/references/arcade-cli
- type: ChangeLog
url: https://docs.arcade.dev/en/references/changelog
- type: JSONSchema
url: json-schema/arcade-engine-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-tool-execution-detail-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorize-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorization-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-auth-provider-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-worker-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-hook-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-gateway-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-plugin-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-secret-response-schema.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-execution-detail-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorize-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorization-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-auth-provider-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-worker-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-hook-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-gateway-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-plugin-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-secret-response-structure.json
- aid: arcade:arcade-llm-api
name: Arcade LLM API
description: The LLM API from Arcade — 1 operation(s) for llm.
humanURL: https://docs.arcade.dev/en/references/api
baseURL: https://api.arcade.dev
tags:
- LLM
properties:
- type: OpenAPI
url: openapi/arcade-llm-api-openapi.yml
- type: Documentation
url: https://docs.arcade.dev
- type: APIReference
url: https://docs.arcade.dev/en/references/api
- type: SpectralRules
url: rules/arcade-engine-rules.yml
- type: Authentication
url: https://docs.arcade.dev/guides/tool-calling/custom-apps/auth-tool-calling
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/call-tool-agent
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/mcp-server-quickstart
- type: SDKs
url: https://github.com/ArcadeAI/arcade-py
- type: SDKs
url: https://github.com/ArcadeAI/arcade-js
- type: SDKs
url: https://github.com/ArcadeAI/arcade-go
- type: SDKs
url: https://github.com/ArcadeAI/arcade-java
- type: SDKs
url: https://github.com/ArcadeAI/arcade-dotnet
- type: CLI
url: https://docs.arcade.dev/en/references/arcade-cli
- type: ChangeLog
url: https://docs.arcade.dev/en/references/changelog
- type: JSONSchema
url: json-schema/arcade-engine-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-tool-execution-detail-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorize-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorization-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-auth-provider-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-worker-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-hook-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-gateway-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-plugin-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-secret-response-schema.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-execution-detail-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorize-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorization-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-auth-provider-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-worker-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-hook-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-gateway-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-plugin-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-secret-response-structure.json
- aid: arcade:arcade-operations-api
name: Arcade Operations API
description: The Operations API from Arcade — 3 operation(s) for operations.
humanURL: https://docs.arcade.dev/en/references/api
baseURL: https://api.arcade.dev
tags: []
tags_raw:
- Operations
properties:
- type: OpenAPI
url: openapi/arcade-operations-api-openapi.yml
- type: Documentation
url: https://docs.arcade.dev
- type: APIReference
url: https://docs.arcade.dev/en/references/api
- type: SpectralRules
url: rules/arcade-engine-rules.yml
- type: Authentication
url: https://docs.arcade.dev/guides/tool-calling/custom-apps/auth-tool-calling
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/call-tool-agent
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/mcp-server-quickstart
- type: SDKs
url: https://github.com/ArcadeAI/arcade-py
- type: SDKs
url: https://github.com/ArcadeAI/arcade-js
- type: SDKs
url: https://github.com/ArcadeAI/arcade-go
- type: SDKs
url: https://github.com/ArcadeAI/arcade-java
- type: SDKs
url: https://github.com/ArcadeAI/arcade-dotnet
- type: CLI
url: https://docs.arcade.dev/en/references/arcade-cli
- type: ChangeLog
url: https://docs.arcade.dev/en/references/changelog
- type: JSONSchema
url: json-schema/arcade-engine-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-tool-execution-detail-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorize-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorization-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-auth-provider-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-worker-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-hook-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-gateway-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-plugin-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-secret-response-schema.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-execution-detail-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorize-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorization-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-auth-provider-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-worker-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-hook-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-gateway-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-plugin-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-secret-response-structure.json
- aid: arcade:arcade-plugins-api
name: Arcade Plugins API
description: The Plugins API from Arcade — 2 operation(s) for plugins.
humanURL: https://docs.arcade.dev/en/references/api
baseURL: https://api.arcade.dev
tags:
- Plugins
properties:
- type: OpenAPI
url: openapi/arcade-plugins-api-openapi.yml
- type: Documentation
url: https://docs.arcade.dev
- type: APIReference
url: https://docs.arcade.dev/en/references/api
- type: SpectralRules
url: rules/arcade-engine-rules.yml
- type: Authentication
url: https://docs.arcade.dev/guides/tool-calling/custom-apps/auth-tool-calling
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/call-tool-agent
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/mcp-server-quickstart
- type: SDKs
url: https://github.com/ArcadeAI/arcade-py
- type: SDKs
url: https://github.com/ArcadeAI/arcade-js
- type: SDKs
url: https://github.com/ArcadeAI/arcade-go
- type: SDKs
url: https://github.com/ArcadeAI/arcade-java
- type: SDKs
url: https://github.com/ArcadeAI/arcade-dotnet
- type: CLI
url: https://docs.arcade.dev/en/references/arcade-cli
- type: ChangeLog
url: https://docs.arcade.dev/en/references/changelog
- type: JSONSchema
url: json-schema/arcade-engine-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-tool-execution-detail-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorize-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorization-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-auth-provider-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-worker-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-hook-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-gateway-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-plugin-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-secret-response-schema.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-execution-detail-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorize-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorization-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-auth-provider-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-worker-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-hook-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-gateway-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-plugin-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-secret-response-structure.json
- aid: arcade:arcade-tools-api
name: Arcade Tools API
description: The Tools API from Arcade — 9 operation(s) for tools.
humanURL: https://docs.arcade.dev/en/references/api
baseURL: https://api.arcade.dev
tags:
- Tools
properties:
- type: OpenAPI
url: openapi/arcade-tools-api-openapi.yml
- type: Documentation
url: https://docs.arcade.dev
- type: APIReference
url: https://docs.arcade.dev/en/references/api
- type: SpectralRules
url: rules/arcade-engine-rules.yml
- type: Authentication
url: https://docs.arcade.dev/guides/tool-calling/custom-apps/auth-tool-calling
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/call-tool-agent
- type: GettingStarted
url: https://docs.arcade.dev/en/get-started/quickstarts/mcp-server-quickstart
- type: SDKs
url: https://github.com/ArcadeAI/arcade-py
- type: SDKs
url: https://github.com/ArcadeAI/arcade-js
- type: SDKs
url: https://github.com/ArcadeAI/arcade-go
- type: SDKs
url: https://github.com/ArcadeAI/arcade-java
- type: SDKs
url: https://github.com/ArcadeAI/arcade-dotnet
- type: CLI
url: https://docs.arcade.dev/en/references/arcade-cli
- type: ChangeLog
url: https://docs.arcade.dev/en/references/changelog
- type: JSONSchema
url: json-schema/arcade-engine-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-tool-execution-detail-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-execute-tool-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorize-tool-request-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-authorization-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-auth-provider-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-worker-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-hook-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-gateway-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-plugin-response-schema.json
- type: JSONSchema
url: json-schema/arcade-engine-secret-response-schema.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-tool-execution-detail-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-execute-tool-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorize-tool-request-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-authorization-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-auth-provider-response-structure.json
- type: JSONStructure
url: json-structure/arcade-engine-worker-response-structure.json
- type: JSONSt
# --- truncated at 32 KB (38 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/arcade/refs/heads/main/apis.yml
Every provider 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 providers
9 MCP tools reach this
find_providersBrowse and filter every provider in the catalog.
get_provider_artifactsEvery artifact this provider publishes, grouped by type.
get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
get_provider_ratingPRO — composite, band, trend and facet scores.
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 provider
curl "https://apis.io/api/v1/providers/arcade"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/arcade/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/arcade/evidence"
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.