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 toolscode_executionTry in Inspector
Execute Python code with access to your tools.
No operational tools available. Use validate_bundle to check credential status.
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Python 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.
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| include_inactive | No | Include 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 10) | |
| query | Yes | Natural 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.
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_slug | Yes | The 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:
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
Your Connectors
Sign in to create a connector for this server.