← hashtagweb3.com

INDIVIDUAL MCP TOOL

get_events

List upcoming Web3 conferences, hackathons, and crypto summits.

hashtagweb3.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://hashtagweb3.com/.well-known/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_events and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

hashtagweb3.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hashtagweb3-product-mcp]
url = "https://hashtagweb3.com/.well-known/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hashtagweb3-product-mcp": {
      "type": "http",
      "url": "https://hashtagweb3.com/.well-known/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hashtagweb3-product-mcp
Remote MCP URL: https://hashtagweb3.com/.well-known/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hashtagweb3-product-mcp": {
      "url": "https://hashtagweb3.com/.well-known/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hashtagweb3-product-mcp": {
      "type": "http",
      "url": "https://hashtagweb3.com/.well-known/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hashtagweb3-product-mcp",
  "transport": "streamable-http",
  "url": "https://hashtagweb3.com/.well-known/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_jobs — Search verified Web3, DeFi, and blockchain jobs by keyword, company, or technology tag.
  • search_glossary — Query 200+ technical blockchain, DeFi, and Web3 glossary definitions.
  • get_news — Retrieve the latest Web3 and crypto headlines.