← pointednoize.com

INDIVIDUAL MCP TOOL

get_catalog

Browse the vinyl, CD, and digital music catalog available for purchase on Pointed Noize.

pointednoize.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://pointednoize.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent server

pointednoize.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.pointed-noize]
url = "https://pointednoize.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pointed-noize": {
      "type": "http",
      "url": "https://pointednoize.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pointed-noize
Remote MCP URL: https://pointednoize.com/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": {
    "pointed-noize": {
      "url": "https://pointednoize.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pointed-noize": {
      "type": "http",
      "url": "https://pointednoize.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pointed-noize",
  "transport": "streamable-http",
  "url": "https://pointednoize.com/mcp"
}
MCP Inspector

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

Related tools

  • get_upcoming_events — Get upcoming electronic music events (Makina, Hardcore, Hard Techno).
  • get_recent_events — Get recent past electronic music events (last 6 months by default).
  • get_event_details — Get the full details of a single event: description, venue and address, complete lineup with artist nationalities, and attendance count.
  • get_artist_events — Get the events an artist is booked for — upcoming, past, or both.
  • get_artist_info — Get detailed information about an electronic music artist including social media links and country.
  • get_artist_tracks — Get the tracks, albums and DJ sets by an artist.
  • search_artists — Search for electronic music artists by name and/or country.
  • search_music — Search tracks, albums and DJ sets.