Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Jentic Remote MCP Server

io.github.jentic/mcp-server

Remote MCP for 1,500+ APIs. Vault-managed credentials; OAuth or API key. Search, load, and execute.

Uptime
100.0%
1 direct probes · 30d
Response
956ms
last probe
Tools
4
callable
Resources
3
readable
Prompts
0
available

Tools · 4

list_credentials

Use this tool to list all API credentials the authenticated agent has access to. Use this if a user asks "What APIs can I use?", "What credentials do I have access to?", "What apps are available to me…

search_apis

Use this tool to explore for available actions or information based on what the user wants to do (e.g., 'find Discord servers', 'send a message'). Use this to discover what APIs and operations exist i…

load_execution_info

Use this tool to get the full execution contract for a specific operation (its inputs, outputs, and authentication requirements). This tool must use the operation UUIDs returned from the search_apis t…

execute

Use this tool to execute the chosen action for the user using the provided details. Always include `inputs` even if there are none. To reduce context, use `include_paths` to return only the fields you…

Resources · 3

list_credentials

Use this resource to list all API credentials the authenticated agent has access to. Use this if a user asks "What APIs can I use?", "What credentials do I have access to?", "What apps are available t…

agent://credentials
Search Jentic for an agent capability

Natural-language search across thousands of APIs and hundreds of thousands of operations to find an operation for a use case. Fetch this to discover whether an integration exists and which operation f…

skill://search-capabilities
Onboard onto self-hosted Jentic One

Step-by-step guide to install and onboard self-hosted Jentic One, where API execution now lives. Fetch this to help a user stand up an instance and register an approved agent.

skill://onboard-jentic-one

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "jentic_remote_mcp_server": {
      "url": "https://api.jentic.com/mcp",
      "transport": "streamable-http"
    }
  }
}