# prismmeta

Search your data in natural language, analyze datasets, and generate polished reports. Access the user database securely to answer questions fast. Accelerate decisions with reliable insights and auto…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ronald/prismmeta

# Browse available tools
npx -y @smithery/cli@latest tool list ronald/prismmeta

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ronald/prismmeta search_database

# Call a tool
npx -y @smithery/cli@latest tool call ronald/prismmeta search_database '{}'
```

## Direct MCP Connection

Endpoint: `https://prismmeta--ronald.run.tools`

## Tools (3)

- `search_database` — Search the production database with natural language
- `analyze_data` — Perform data analysis on specified dataset
- `generate_report` — Generate a formatted report from data

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ronald/prismmeta <tool-name>
```

## Resources

- `db://production/users`
