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.

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
- 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.