1. Conduid
  2. Developer Tools
  3. Gentoro
MCP server · Developer Tools

Gentoro

Gentoro generates MCP Servers based on OpenAPI specifications.

Unclaimed Apache-2.0 devtools
39Low

Scored 4 months ago · breakdown

About Gentoro

Gentoro is an MCP server published by gentoro-GT in the Developer Tools category: gentoro generates MCP Servers based on OpenAPI specifications. It has been installed 0 times through Conduid.

Install

Install
npx mcp-nodejs-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Gentoro

Powered by Claude · Grounded in docs

I know everything about Gentoro. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Gentoro MCP Server

MCP Server for the Gentoro services, enabling Claude to interact with Gentoro bridges and all underlying capabilities.

Tools

Gentoro allows users to create and integrate tools into a common Bridge, defining all available capabilities.

As this MCP server is fully integrated with Gentoro, the agents, tools and their underlying functionality is fully controlled at the level of Gentoro's bridge which allows you to enable and disable tools per design.

Setup

  1. Create a Gentoro account Visit the Gentoro Playground website to request an account and start using Gentoro services.

Or download and install Gentoro locally, see the installation guide.

  1. Create a Gentoro API Key To use this MCP Connector, you will need a Gentoro API Key. You can see the instruction on how to create one here.

  2. Define a Bridge Using Gentoro Studio, define your bridge with all the tools and data sources required.

Integrate Gentoro with Claude or other Agents using NodeJS

Add the following to your config.json:

{
    "mcpServers": {
        "gentoro": {
            "command": "npx",
            "args": [
                "-y",
                "@gentoro/mcp-nodejs-server"
            ],
            "env": {
                "GENTORO_API_KEY": "<your api key>",
                "GENTORO_BRIDGE_UID": "<your bridge uid>",
                "GENTORO_BASE_URL": "<url where gentoro is hosted>"
            }
        }
    }
}

Alternatively, you can use the short version of Gentoro Key:

{
    "mcpServers": {
        "gentoro": {
            "command": "npx",
            "args": [
                "-y",
                "@gentoro/mcp-nodejs-server"
            ],
            "env": {
                "GENTORO_KEY": "<your api key>/<your bridge uid>/<url where gentoro is hosted>",
            }
        }
    }
}

These values are url safe, and can be properly generated at Gentoro Studio.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Gentoro

How do I install Gentoro?

Run npx mcp-nodejs-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Gentoro safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Gentoro still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.