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 endpoint
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.fluncle-com]
url = "https://www.fluncle.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fluncle-com": {
"type": "http",
"url": "https://www.fluncle.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fluncle-com
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": {
"fluncle-com": {
"url": "https://www.fluncle.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fluncle-com": {
"type": "http",
"url": "https://www.fluncle.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fluncle-com",
"transport": "streamable-http",
"url": "https://www.fluncle.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_tracks— List the most recent findings and mixtapes in Fluncle's drum & bass archive, newest first.list_fresh— List the newest drum & bass RELEASES across Fluncle's archive: every track that came OUT in the trailing 30-day window, freshest release first.get_track— Read one finding (or mixtape) in full by its Log ID coordinate or Spotify track id.get_random_track— Pull one random certified track from Fluncle's archive.search_archive— Search Fluncle's drum & bass archive.get_artist— Look up one artist Fluncle has logged, BY NAME (e.g.get_label— Look up one label Fluncle has logged, BY NAME (e.g.build_set— Chain a mixable set from one of Fluncle's findings.