Loading...
Loading...
Connect to any MCP (Model Context Protocol) server (Including Robinhood and Base) and use its tools, resources, and prompts
npx skill4agent add starchild-ai-agent/official-skills mcp-connectornpx @modelcontextprotocol/server-filesystem /pathmcp_browsemcp_connect(name="coingecko")mcp_list_toolsmcp_list_resourcesmcp_call_toolmcp_read_resourcemcp_disconnectconfig/mcp_servers.yamlmcp_connect(name="coingecko") # Crypto market data
mcp_connect(name="exa") # Neural web search
mcp_connect(name="dexpaprika") # DEX data across chainsmcp_browse()mcp_browse(category="blockchain")
mcp_browse(category="developer")mcp_connect(
name="fs",
transport="stdio",
command="npx",
args=["-y", "@modelcontextprotocol/server-filesystem", "/workspace"]
)mcp_connect(
name="remote-tools",
transport="sse",
url="https://mcp.example.com/sse"
)mcp_connect(
name="api-server",
transport="streamable-http",
url="https://mcp.example.com/mcp"
)mcp_call_tool(
server="coingecko",
tool="get_price",
arguments={"coin": "bitcoin"}
)mcp_read_resource(
server="remote-tools",
uri="file:///data/config.json"
)envconfig/mcp_servers.yaml