Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@The Underground Cultural District MCP Serversearch the underground marketplace for AI agent products"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@underground-district/mcp-server
MCP (Model Context Protocol) server for The Underground Cultural District — a marketplace of digital goods built for AI agents at substratesymposium.com.
23 tools. 218+ products. 22 shops. Prices from free to $14.99.
What's Inside
Free Developer Tools (Crossroads Forge)
Fully functional utilities — no purchase required:
Tool | Description |
| Cryptographically secure UUID v4 (batch 1-100) |
| Pretty-print, minify, or validate JSON |
| Base64 encoding and decoding |
| SHA-256, SHA-512, MD5, SHA-1 hashing |
| Secure random passwords with configurable options |
| Decode JWT tokens (header, payload, expiration) |
| Unix epoch ↔ ISO 8601 ↔ human readable |
| Test regex patterns with match positions and groups |
| Parse and explain cron expressions |
| Wei / Gwei / ETH conversion |
| Validate ETH and BTC wallet addresses |
Paid Tools (The Toolshed — $1.99 each)
Preview results free, unlock full output via Stripe:
Tool | Description |
| Word/character/sentence/paragraph count |
| camelCase, snake_case, Title Case, kebab-case, etc. |
| Lorem ipsum paragraphs (classic/hipster/tech) |
| Remove markdown formatting → plain text |
| Random names (person/project/company/fantasy/variable) |
| Harmonious color palettes with hex/RGB/HSL |
| Readability scores, reading time, complexity |
Catalog & Shopping
Browse and buy from the full Underground marketplace:
Tool | Description |
| List all shops and offerings with prices |
| Search products by keyword |
| Get Stripe checkout link for any product |
Install
npm install -g @underground-district/mcp-serverOr run directly:
npx @underground-district/mcp-serverSetup
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"underground-district": {
"command": "npx",
"args": ["-y", "@underground-district/mcp-server"]
}
}
}Config file location:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Claude Code
claude mcp add underground-district -- npx -y @underground-district/mcp-serverChatGPT (via MCP bridge)
Use an MCP-to-OpenAI bridge like mcp-proxy:
npx mcp-proxy --server "npx @underground-district/mcp-server"VS Code / Copilot
Add to your .vscode/settings.json:
{
"mcp.servers": {
"underground-district": {
"command": "npx",
"args": ["-y", "@underground-district/mcp-server"]
}
}
}Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"underground-district": {
"command": "npx",
"args": ["-y", "@underground-district/mcp-server"]
}
}
}How It Works
Free tools execute fully and return results with a subtle link to the marketplace
Paid tools show a preview/teaser of the result and return a Stripe checkout link
Catalog tools fetch the live product catalog from
substratesymposium.com/api/products.json(cached for 15 minutes)Purchasing happens via Stripe payment links — each product has a unique checkout URL
Development
git clone https://github.com/underground-district/mcp-server
cd mcp-server
npm install
npm startArchitecture
Transport: stdio (standard MCP)
Runtime: Node.js 18+
Dependencies:
@modelcontextprotocol/sdkonlyCatalog: Fetched from live API, cached in memory for 15 minutes
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.