Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
Jentic MCP enables AI agents to discover and integrate external APIs and workflows without writing API-specific code, via a Python SDK and MCP plugin.
Add this to your MCP client configuration:
{
"mcpServers": {
"jentic-jentic-tools": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/jentic/jentic-tools.git@main#subdirectory=mcp",
"mcp"
],
"env": {
"JENTIC_UUID": "<Your Jentic UUID for authentication>"
}
}
}
}{
"id": "jentic-jentic-tools",
"name": "Jentic Tools",
"description": "Jentic MCP enables AI agents to discover and integrate external APIs and workflows without writing API-specific code, via a Python SDK and MCP plugin.",
"source_url": "https://github.com/jentic/jentic-tools",
"publisher_name": "jentic",
"publisher_url": "https://github.com/jentic",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 0,
"requires_oauth": false,
"distribution": {
"type": "source",
"package": ""
},
"tools_count": 4
}