Content Tools
fluncle.com
Provides access to Fluncle's drum & bass archive for listing recent tracks, mixtapes, and retrieving track details.
ENDPOINT 1
https://www.fluncle.com/mcp
MCP server metadata
- Name
- com.fluncle/fluncle-api
- Version
- 1.0.0
Fluncle's drum & bass archive over MCP. TOOLS: list recent findings, list the newest releases (what just came out), read one in full by coordinate, pull a random one, search the archive itself, look up an artist or a label, browse every artist, album, and label in the archive A to Z (each flagged when Fluncle has certified a finding there), list the tracks on one album, artist, or label, find the artists nearest another in sound, chain a mixable set from a finding, check whether all of Fluncle's systems are operational, search Spotify candidates, submit a track for review, or board the newsletter. RESOURCES: read the archive as a corpus, each finding/mixtape at fluncle://finding/<logId> or fluncle://mixtape/<logId>, its public record. PROMPTS: Fluncle-voiced starting points (recommend a finding for a mood, walk a recent night, decode a Log ID). A submission is a recommendation, not a publish; Fluncle listens before anything goes out.
Known tools 20
list_findingsList the most recent findings and mixtapes in Fluncle's drum & bass archive, newest first.
Inferred read-onlylist_tracksList every track in Fluncle's drum & bass archive, newest RELEASE first, one page at a time.
Inferred read-onlylist_freshList the newest drum & bass RELEASES across Fluncle's archive: every track that came OUT in the trailing 30-day window, freshest release first.
Inferred read-onlyget_trackRead one finding (or mixtape) in full by its Log ID coordinate or Spotify track id.
Inferred read-onlylist_album_catalogueList the tracks on one album Fluncle knows, by the album's title (e.g.
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.com-fluncle-fluncle-api]
url = "https://www.fluncle.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-fluncle-fluncle-api": {
"type": "http",
"url": "https://www.fluncle.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-fluncle-fluncle-api
Remote MCP URL: https://www.fluncle.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": {
"com-fluncle-fluncle-api": {
"url": "https://www.fluncle.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-fluncle-fluncle-api": {
"type": "http",
"url": "https://www.fluncle.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-fluncle-fluncle-api",
"transport": "streamable-http",
"url": "https://www.fluncle.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 fluncle.com was fetched 2026-07-26T08:15:34.485Z and is being refreshed.
fluncle.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.