Jentic Remote MCP Server

The Jentic Remote MCP Server is the hosted Model Context Protocol endpoint that exposes the Jentic catalog to MCP-capable clients (Claude Desktop, ChatGPT, Cursor, Windsurf, VS Code). It speaks the same search / load / execute pattern as the Jentic API, but packaged as MCP tools. Supports OAuth 2.0 with PKCE and dynamic client registration, with an API key fallback for Cursor and Windsurf.

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/jentic-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: jentic:jentic-mcp
name: Jentic Remote MCP Server
humanURL: https://docs.jentic.com/guides/mcp/remote-mcp/
baseURL: https://api.jentic.com/mcp
description: The Jentic Remote MCP Server is the hosted Model Context Protocol endpoint that exposes the
  Jentic catalog to MCP-capable clients (Claude Desktop, ChatGPT, Cursor, Windsurf, VS Code). It speaks
  the same search / load / execute pattern as the Jentic API, but packaged as MCP tools. Supports OAuth
  2.0 with PKCE and dynamic client registration, with an API key fallback for Cursor and Windsurf.
tags:
- MCP
- AI Agents
- Authentication
- Remote MCP
tags_raw:
- MCP
- AI Agents
- OAuth
- Remote MCP
properties:
- url: https://docs.jentic.com/guides/mcp/
  type: Documentation
- url: https://docs.jentic.com/guides/mcp/remote-mcp/
  type: GettingStarted
- url: https://api.jentic.com/mcp
  type: BaseURL
properties_authentication:
- name: OAuth 2.0
  scheme: oauth2
  notes: Recommended. PKCE supported. Automatic token refresh. Dynamic client registration. Used by Claude
    Desktop, ChatGPT, Cursor, Windsurf.
- name: API Key
  scheme: apiKey
  notes: Fallback for Cursor and Windsurf. Uses an agent-scoped Jentic API key (JENTIC_AGENT_API_KEY).
properties_features:
- name: search_apis Tool
  description: Lists matching APIs and workflows for a natural language query.
- name: load_execution_info Tool
  description: Returns the schema and auth requirements for a chosen operation.
- name: execute Tool
  description: Executes an operation or workflow with managed credentials.
- name: list_credentials Resource
  description: Lists the agent's available upstream credentials.