Data Collection
pointednoize.com
Provides information about electronic music events and artists.
ENDPOINT 1
https://pointednoize.com/mcp
MCP server metadata
- Name
- pointed-noize
- Version
- 2.0.0
Known tools 21
get_upcoming_eventsGet upcoming electronic music events (Makina, Hardcore, Hard Techno).
Inferred read-onlyget_recent_eventsGet recent past electronic music events (last 6 months by default — widen it with dateFrom).
Inferred read-onlyget_event_detailsGet the full details of a single event: description, venue and address, complete lineup with artist nationalities, attendance count, and the recorded sets (sessions) attached to it.
Inferred read-onlyget_event_tracklistGet everything played at an event, merged across the tracklists of every recorded set attached to it.
Inferred read-onlyget_artist_eventsGet the events an artist is connected to, three ways at once: booked on the lineup, a recorded set of theirs attached to the event, or another DJ playing one of their tracks there (each event says which, in "via").
Inferred read-onlyget_artist_infoGet detailed information about an electronic music artist including social media links and country.
Inferred read-onlyget_tracklistGet the full tracklist of a DJ set or album: position, timestamp (for sets) or side/position label (for albums), title, artist, and a link to the track page when the entry is linked to the catalog.
Inferred read-onlyfind_track_appearancesFind every DJ set or album whose tracklist contains a given track, with the timestamp of each appearance, the artists who played it, and the events each set was played at.
Inferred read-onlyget_unresolved_idsList tracklist entries that the community has not identified yet ("IDs"), with the set they come from, their timestamp, and how many identification attempts have been submitted.
Inferred read-onlyget_purchase_linksGet where a track, album or DJ set can be bought, across all known platforms.
Inferred read-onlyget_catalogBrowse the vinyl, CD, and digital music catalog available for purchase on Pointed Noize.
Potential side effectsget_new_releasesGet releases recently discovered by the crawler across Makina and hardcore labels and shops (Beatport, Bandcamp, HighBPM, Factoria Makina, Mod Records, Flightforce, Payhip, Portal Makina).
Inferred read-onlyget_label_infoGet detailed information about a music label including its artists, their countries, social media links, and track count.
Inferred read-onlyget_trendingGet the most viewed tracks or artists on Pointed Noize over the last 7 days, 30 days, or all time.
Inferred read-onlyget_track_structureGet the recorded structural analysis of a track: successive parts with their timings, rhythm type, content type and beat count, plus the total time spent in each rhythm type.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pointednoize.com was fetched 2026-08-24T07:04:27.014Z and is being refreshed.
pointednoize.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.