1
19hz Events
Bay Area underground electronic music events from 19hz.info via the Pipeworx MCP gateway.
Share:
About
Bay Area underground electronic music events from 19hz.info via the Pipeworx MCP gateway.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about 19hz Events.
- What data does the 19hz Events MCP provide?
- The 19hz Events MCP provides access to Bay Area underground electronic music events sourced from 19hz.info. It leverages the Pipeworx MCP gateway for data transport.
- How can I install the 19hz Events MCP in a client?
- Installation in an MCP client like Claude Desktop, Cursor, or Cline involves adding the MCP's repository URL. Refer to your client's documentation for specific installation steps using the provided GitHub repository.
- Does the 19hz Events MCP require authentication or API keys?
- No, the 19hz Events MCP does not require an API key, OAuth, or any other credentials for access. It uses 'none' for its authentication type.
- What are the key capabilities of the 19hz Events MCP?
- The primary capability is providing structured data about electronic music events in the Bay Area. This data can be integrated into various applications or workflows through any compatible MCP client.
- What is the licensing model for the 19hz Events MCP?
- The licensing model is inferred from its public GitHub repository. It depends on the license specified within the repository, typically open-source, but check the repo for details.
- What is a known limitation of the 19hz Events MCP?
- A potential limitation is that data is focused exclusively on Bay Area underground electronic music events. It may not provide information for other genres or geographic locations.
Install 19hz Events
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"19hz-events": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-19hz-events"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"19hz-events": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-19hz-events"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"19hz-events": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-19hz-events"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.