Gentoro
Gentoro generates MCP Servers based on OpenAPI specifications.
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
- 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.
-
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.
-
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.
Related Servers
Fluent (ServiceNow SDK)
Manage ServiceNow metadata, modules, records, and tests using Fluent, a TypeScript-based declarative DSL. Supports all ServiceNow SDK CLI commands.
Remote MCP Server (Authless)
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers or local setup via npm.
Blockchain MCP Server
A server for blockchain interactions, offering Ethereum vanity address generation, 4byte lookup, ABI encoding, and multi-chain RPC calls.
Sui Butler
An MCP server for the Sui blockchain ecosystem that bridges AI intelligence for simplified development. Supports both zkLogin and Private Key modes.
Azure DevOps MCP Server for Cursor
An MCP server for Azure DevOps with tools for project management, work items, pull requests, builds, tests, and more.
Shopify Dev
A command-line tool for interacting with Shopify's Admin GraphQL API, Functions, and Polaris Web Components.
MalwareBazaar MCP
Interface with Malware Bazaar to get real-time threat intelligence and sample metadata for cybersecurity research.
Clangaroo
Provides fast C++ code intelligence for LLMs using the clangd language server.
Symbolic Algebra MCP Server
Perform symbolic mathematics and computer algebra using the SymPy library.
Authless Remote MCP Server
An authentication-free remote MCP server designed for deployment on Cloudflare Workers.