Jentic Remote MCP Server
io.github.jentic/mcp-serverRemote MCP for 1,500+ APIs. Vault-managed credentials; OAuth or API key. Search, load, and execute.
Tools · 4
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…
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…
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…
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
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
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
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
Similar MCP servers embedding-nearest
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"
}
}
}