Akia MCP Server

Akia's remote Model Context Protocol server, advertised through RFC 9728 OAuth protected-resource metadata at api.akia.com and sys.akia.com. The endpoint requires a Bearer token issued by the Akia authorization server at sys.akia.ai, which supports dynamic client registration (RFC 7591) and PKCE S256. The advertised resource scopes are customers:read and messages:read.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/akia-mcp"
All apis
curl "https://apis.io/api/v1/apis?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.

API entry from apis.yml

apis.yml Raw ↑
aid: akia:akia-mcp
name: Akia MCP Server
description: Akia's remote Model Context Protocol server, advertised through RFC 9728 OAuth protected-resource
  metadata at api.akia.com and sys.akia.com. The endpoint requires a Bearer token issued by the Akia authorization
  server at sys.akia.ai, which supports dynamic client registration (RFC 7591) and PKCE S256. The advertised
  resource scopes are customers:read and messages:read.
humanURL: https://api.akia.com/docs
baseURL: https://sys.akia.ai/mcp
tags:
- MCP
- Agents
x-evidence:
  verified: '2026-08-06'
  method: probed
  url: https://sys.akia.ai/mcp
  http_status: 401
  www_authenticate: Bearer resource_metadata="https://sys.akia.ai/.well-known/oauth-protected-resource"
  note: tools/list and initialize both return 401 with an RFC 9728 challenge — the server is genuinely
    published but the tool schemas require an authenticated introspection.
properties:
- type: MCPServer
  url: mcp/akia-mcp.yml
- type: Authentication
  url: authentication/akia-authentication.yml