mcp-tool-bridge

Community

Universal MCP bridge for tools.

Authorlofibrainwav
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill acts as a universal connector to access and orchestrate external MCP (Model Context Protocol) servers and their tools, enabling infinite extensibility.

Core Features & Use Cases

  • List MCP Resources & Tools: Discover available resources and tools across MCP servers.
  • Call MCP Tools: Execute tools with parameterized inputs and read resources for downstream tasks.
  • Config & Servers: Centralized registry of MCP servers and their capabilities.

Quick Start

tools = await mcp_bridge.list_tools("afo-ultimate-mcp") result = await mcp_bridge.call_tool(server="trinity-score-mcp", tool="calculate", args={"truth_base": 95, "goodness_base": 90})

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: mcp-tool-bridge
Download link: https://github.com/lofibrainwav/AFO_Kingdom/archive/main.zip#mcp-tool-bridge

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository