Skip to main content
Glama

Server Details

Access all your MCPBundles tools in one place. Unified hub for all enabled bundles.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
thinkchainai/mcpbundles
GitHub Stars
0

Available Tools

6 tools
code_executionTry in Inspector

Execute Python code with access to your tools.

No operational tools available. Use validate_bundle to check credential status.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesPython code to execute. Use await for tool calls. Use print() for output. Variables do NOT persist between calls - put all related operations in one code block.
get_tool_infoTry in Inspector

Get full documentation for a tool including description and all parameter details. Use this before calling complex tools to understand their parameters.

ParametersJSON Schema
NameRequiredDescriptionDefault
function_nameYesThe function name of the tool (e.g., 'affinity_get_lists_742'). This is the Python-safe name shown in the code_execution tool description.
health_checkTry in Inspector

Health check that validates the MCP connection is working.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_bundlesTry in Inspector

List all available bundles with their tool counts. Use this first to discover what integrations you have access to. Set include_inactive=true to see bundles that need credentials setup.

ParametersJSON Schema
NameRequiredDescriptionDefault
include_inactiveNoInclude bundles that need credentials setup (not yet operational). Default: false.
search_toolsTry in Inspector

Search for tools using natural language queries with hybrid search (combines keyword matching and semantic similarity). Returns relevant tools based on both exact keyword matches and semantic understanding. Example: 'list postgres tables', 'send email', 'create github repository'. Use this to discover tools when you know what you want to do but not the exact tool name.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 10)
queryYesNatural language search query describing what you want to do
validate_bundleTry in Inspector

Test actual API connectivity for a bundle by making real API calls. Use this to debug credential issues when tool calls fail.

ParametersJSON Schema
NameRequiredDescriptionDefault
bundle_slugYesThe bundle slug to validate (e.g., 'affinity', 'hubspot-mcp'). This tests actual API connectivity by making real API calls.

FAQ

How do I claim this server?

To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.

What are the benefits of claiming a server?
  • Control your server's listing on Glama, including description and metadata
  • Receive usage reports showing how your server is being used
  • Get monitoring and health status updates for your server
Try in Browser

Your Connectors

Sign in to create a connector for this server.