Overview
what is AgentDank?
AgentDank is a Model Context Protocol (MCP) server designed to respond to inquiries about various Cannabis Datasets, aimed at educational and legal purposes.
how to use AgentDank?
To use AgentDank, install the dank-mcp server via go install, and configure it with a host program like Claude Desktop to ask questions about cannabis data.
key features of AgentDank?
- Supports various cannabis datasets, including the US CT Medical Marijuana and Adult Use Cannabis Brand Registry.
- Allows interaction through a chat interface with tools for SQL requests and CSV results.
- Provides command-line usage for data fetching and cleaning.
use cases of AgentDank?
- Finding the best cannabis flower options in Connecticut.
- Exploring cannabis edibles for specific needs like sleep.
- Getting recommendations for sedative cannabis flowers.
FAQ from AgentDank?
- What datasets does AgentDank support?
Currently, it supports the US CT Medical Marijuana and Adult Use Cannabis Brand Registry.
- How do I install AgentDank?
You can install it using
go install github.com/AgentDank/dank-mcp@latest.
- Can I use AgentDank with other LLMs?
Yes, it can be configured to work with other LLMs that support the Model Context Protocol.