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
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Servers
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mlops
visengerA curated list of references for MLOps
评论