Jentic

MCP server endpoint for agent integration
  • python

22

GitHub Stars

python

Language

4 months ago

First Indexed

3 weeks ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "jentic-jentic-sdks": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/jentic/jentic-sdks.git@main#subdirectory=mcp",
        "mcp"
      ],
      "env": {
        "UVX_DEBUG": "false",
        "JENTIC_AGENT_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Available tools

search

Find capabilities by query to discover available APIs and workflows.

load

Fetch detailed information about a selected capability, including inputs, schemas, and authentication requirements.

execute

Run a loaded capability with specified inputs to perform an action against an external API or workflow.

AgentToolManager.generate_tool_definitions

Create tool definitions suitable for integration with LLM runtimes, enabling structured tool invocation.

AgentToolManager.execute_tool

Execute a specific tool by its identifier with provided inputs and return the result.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Jentic MCP Server - jentic/jentic-sdks | VeilStrat