Expertise AI MCP Server

A remote Model Context Protocol server at https://api.expertise.ai/mcp, found by direct probe of the API host root and documented nowhere on the provider's site. It implements the MCP Streamable HTTP transport — a GET returns HTTP 405 with {"error":"SSE stream not supported"} and a POST returns well-formed JSON-RPC 2.0 — but every anonymous call, including tools/list, returns HTTP 401 with JSON-RPC error -32001 Unauthorized, so the live tool manifest and its input schemas are not publicly readable. The server implements the RFC 8414 and RFC 9728 discovery routes and answers both with {"error":"oauth_not_supported"}, so authentication is an API key rather than OAuth. No tool list has been derived or invented.

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/chatsimple-mcp-server"
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 email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: chatsimple-mcp-server
name: Expertise AI MCP Server
description: A remote Model Context Protocol server at https://api.expertise.ai/mcp, found by direct probe
  of the API host root and documented nowhere on the provider's site. It implements the MCP Streamable
  HTTP transport — a GET returns HTTP 405 with {"error":"SSE stream not supported"} and a POST returns
  well-formed JSON-RPC 2.0 — but every anonymous call, including tools/list, returns HTTP 401 with JSON-RPC
  error -32001 Unauthorized, so the live tool manifest and its input schemas are not publicly readable.
  The server implements the RFC 8414 and RFC 9728 discovery routes and answers both with {"error":"oauth_not_supported"},
  so authentication is an API key rather than OAuth. No tool list has been derived or invented.
humanURL: https://api.expertise.ai/mcp
baseURL: https://api.expertise.ai/mcp
tags:
- MCP
- AI Agents
- Agent Tools
properties:
- type: MCPServer
  url: mcp/chatsimple-mcp.yml
- type: Authentication
  url: authentication/chatsimple-authentication.yml