Skip to main content
Glama

GoWeb3 Data

by roadahead1
web3_mcp_local_server.py394 B
from fastmcp import FastMCP from fastmcp.server.proxy import ProxyClient REMOTE_GOWEB3_MCP_SERVER = "https://mcp.goweb3.fyi/mcp/" # Bridge remote server to local stdio app = FastMCP.as_proxy( ProxyClient(REMOTE_GOWEB3_MCP_SERVER), name="Remote-to-Local GOWEB3 MCP Bridge" ) # Run locally via stdio for Claude Desktop if __name__ == "__main__": app.run()

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/roadahead1/goweb3_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server