Jentic
@jentic
Jentic について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"jentic": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/jentic/jentic-tools.git@main#subdirectory=mcp",
"mcp"
],
"env": {
"JENTIC_UUID": "<your-jentic-uuid>"
}
}
}
}ツール
3Search for available actions or information based on what the user wants to do (e.g., 'find Discord servers', 'send a message'). Use this first to understand what's possible.
Get more details about a specific action (like what information it needs from the user) before confirming you want to run it. Usually used if the action requires specific inputs. Coding Agents: To provide tools to an LLM that you have selected at runtime, use this tool to retrieve the necessary information and save it to 'jentic.json' at the root of your project.
Perform the chosen action for the user using the provided details (if any are needed).
概要
What is Jentic?
Jentic is a platform that enables AI agent builders to discover and execute external APIs and workflows via the Model Context Protocol (MCP). It provides a Python SDK and an MCP plugin for agent clients such as Windsurf, Claude Desktop, and Cursor. The Jentic SDK is backed by the Open Agentic Knowledge (OAK) repository.
How to use Jentic?
Obtain a Jentic UUID by installing the CLI (pip install jentic) and running jentic register --email '<your_email>'. Set the UUID as the environment variable JENTIC_UUID. For MCP integration, add the Jentic MCP server configuration to your MCP client’s config file using the uvx command, then restart the client. Your agent can then invoke the tools search_apis, load_execution_info, and execute.
Key features of Jentic
- Discover and integrate external APIs without writing API-specific code.
- MCP plugin for Windsurf, Claude Desktop, and Cursor.
- Python SDK for generating LLM tool definitions.
- Search_apis, load_execution_info, and execute tools.
- Manage API authentication via environment variables.
- Backed by the Open Agentic Knowledge repository.
Use cases of Jentic
- Integrate a Discord bot token API into an AI agent with minimal configuration.
- Dynamically search for APIs that match a specific functionality need.
- Load detailed API specs and execute operations directly from agent prompts.
- Build custom LLM tool-use loops using the Jentic SDK and your preferred LLM client.
FAQ from Jentic
How do I get a Jentic UUID?
Run pip install jentic then jentic register --email '<your_email>', or use curl to POST to the registration endpoint.
What MCP clients are supported?
The Jentic MCP plugin is compatible with Windsurf, Claude Desktop, Claude Code, and Cursor.
How do I add API authentication environment variables?
After using the load_execution_info tool, add the required variables (e.g., DISCORD_BOTTOKEN) to
「その他」の他のコンテンツ
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Servers
modelcontextprotocolModel Context Protocol Servers
コメント