MyDankTank Public Information MCP
Read-only MyDankTank catalog, Journal, policy, and machine metadata service for adults 21+.
Quality & Safety
Findings (1)
- LOWin get_machine_capabilities
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"mydanktank": {
"url": "https://mydanktank.com/mcp"
}
}
}Remote endpoints
https://mydanktank.com/mcpstreamable-httpTool inventory
Tools (5)
🟢get_machine_capabilities
Return MyDankTank public machine-discovery surfaces, evidence boundaries, and explicit authority exclusions.
Input Schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}🟢search_catalog_education(query, limit)
Search published MyDankTank catalog descriptions for educational product-format, flavor, lineage, and descriptive metadata. No price, stock, purchase URL, cart, or ordering data is returned.
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 1,
"maxLength": 120
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 10
}
},
"required": [
"query"
],
"additionalProperties": false
}🟢list_catalog_taxonomy(limit)
List public product-category taxonomy names and descriptions for machine classification. No transactional fields are returned.
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100
}
},
"additionalProperties": false
}🟢search_journal(query, limit)
Search published MyDankTank Journal/editorial content and return titles, excerpts, dates, and canonical editorial URLs.
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 1,
"maxLength": 120
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 10
}
},
"required": [
"query"
],
"additionalProperties": false
}🟢get_public_policies
Return canonical public informational and policy resources, including Start Here, About, Contact, Privacy, Journal, and llms.txt.
Input Schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}