Goweb3 Data
About
GoWeb3 Data MCP Server provides events and news curated by GoWeb3.fyi
Details
- Author
- roadahead1
- Downloads
- 280
- Categories
- Search
Jump to
- Search Web3 events by region.
- Search Web3 events by month.
- List valid regions for event search.
- List valid months for event search.
- Built on Model Context Protocol for AI integration.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Goweb3 DataCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Connect any MCP-enabled AI assistant or other application to the server endpoint at https://mcp.goweb3.fyi/mcp. Alternatively, run a local-to-remote MCP server bridge using the provided Python example in web3_mcp_local_server.py.
search_events_by_region
Searches for events in the database based on the provided region. Args: region: The region to search events in (e.g., 'Europe', 'Asia'). limit: The maximum number of events to return. Returns: Search result with the text and the structured content.
search_events_by_month
Searches for events in the database based on the provided month. Args: month: The month to search events in (e.g., 'January', 'February', ...). limit: The maximum number of events to return. Returns: Search result with the text and the structured content.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"goweb3 data": {
"GoWeb3 Data": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.goweb3.fyi/mcp/"
]
}
}
}
}
McpServers
{
"GoWeb3 Data": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.goweb3.fyi/mcp/"
]
}
}
Web3 Information MCP Server
Introduction
This is a Model Context Protocol (MCP) server that provides access to the Web3 events and news from GoWeb3.fyi.
It allows MCP-enabled AI assistants, other applications to retrieve most important information directly via the MCP interface.
Available Tools
The GoWeb3.fyi MCP server provides the following tools: - search_events_by_region: Searches for events in the database based on a provided region. - search_events_by_month: Searches for events in the database based on a provided month.Available Resources
The GoWeb3.fyi MCP server provides the following resources: - get_available_regions: Lists valid regions to be used in the search-by-region tool. - get_available_months: Lists valid month to be used in the search-by-month tool.Setup
The MCP server could be directly accessed by connecting a mcp-enabled AI assistant or other application to GoWeb3 MCP Server at https://mcp.goweb3.fyi/mcp.
For example, the MCP Inspector setup is shown in the picture below:

To access the server locally one could run a local-to-remote MCP server bridge - the python example is provided in web3_mcp_local_server.py.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

