MCP.so
Sign In
J

Jentic

@jentic

About Jentic

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

jentic

Submitted by

Tilman Schaefer

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "jentic": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/jentic/jentic-tools.git@main#subdirectory=mcp",
        "mcp"
      ],
      "env": {
        "JENTIC_UUID": "<your-jentic-uuid>"
      }
    }
  }
}

Tools

3

Search 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).

Overview

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

Comments

More Other MCP servers