Back to Home
jentic icon

jentic-sdks

Verified Safe

by jentic

Overview

The Jentic MCP Plugin enables AI-agent builders to discover, load, and execute external APIs and workflows via the Model Configuration Protocol (MCP), generating LLM-compatible tool definitions.

Installation

Run Command
uvx --from git+https://github.com/jentic/jentic-sdks.git@main#subdirectory=mcp mcp

Environment Variables

  • JENTIC_AGENT_API_KEY
  • JENTIC_API_URL
  • JENTIC_ENVIRONMENT
  • FEEDBACK_ENDPOINT_URL
  • MOCK_ENABLED
  • LOG_LEVEL
  • LOG_FILE
  • MCP_HOST
  • MCP_PORT
  • MCP_BASE_URL

Security Notes

The server explicitly handles `JENTIC_AGENT_API_KEY` from environment variables, which is good practice. However, the `submit_feedback` tool, while attempting to remove sensitive data, also explicitly includes the `JENTIC_AGENT_API_KEY` in the feedback payload if present. This is a potential security risk as the agent API key is sensitive and its inclusion in feedback could lead to compromise if the feedback endpoint or its handling is insecure. The server relies on the security of the remote Jentic API Knowledge Hub for its core functionality. No 'eval' or obvious malicious code patterns were found.

Similar Servers

Stats

Interest Score41
Security Score7
Cost ClassMedium
Avg Tokens1000
Stars22
Forks3
Last Update2025-11-26

Tags

LLM ToolsAPI DiscoveryWorkflow ExecutionAgent IntegrationMCP Server