- Home
- MCP servers
- GoWeb3
GoWeb3
- python
0
GitHub Stars
python
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can access Web3 events and news through the Web3 Information MCP Server. It exposes tools to search for events by region or by month, enabling MCP-enabled assistants and applications to retrieve the most relevant Web3 information directly via the MCP interface.
How to use
Connect your MCP-enabled client to the GoWeb3 MCP Server URL to start querying Web3 events data. Use the available tools to search for events by region or by month, and fetch lists of valid regions or months to guide your queries.
How to install
Prerequisites: you need a runtime capable of making MCP requests from your client (Node.js, Python, or another MCP-compliant environment). Ensure you have internet access to reach the MCP server.
-
Start by configuring your MCP client to point at the MCP server URL. The primary MCP endpoint is:
https://mcp.goweb3.fyi/mcp. -
If you are running a local bridge to connect a client to the MCP server, you can reference a local-to-remote bridge setup using the provided local Python script. Ensure you have Python installed and run the bridge as described in your local environment.
Additional sections
Security and access: Use standard MCP security practices for your client, and avoid exposing internal endpoints in public environments. Do not share any sensitive API tokens or internal network details in logs or publicly accessible places.
Resources and endpoints:
- get_available_regions: Lists valid regions for region-based searches.
- get_available_months: Lists valid months for month-based searches.
- search_events_by_region: Searches the database for events in a specific region.
- search_events_by_month: Searches the database for events in a specific month.
Example usage pattern: you first fetch the list of available regions, pick a region, and then request events for that region. If you want to explore events by calendar period, fetch the available months and query accordingly.
Available tools
search_events_by_region
Searches the database for Web3 events by a provided region, returning matching events and metadata.
search_events_by_month
Searches the database for Web3 events by a provided month, returning matching events and metadata.
get_available_regions
Lists all valid regions that can be used in region-based searches.
get_available_months
Lists all valid months that can be used in month-based searches.