Solo Unicorn Club logo

Integration Stacks

Research Stack

Web search, PDF parsing, and database queries in a single bundle

// First 7 days

What can be running fast.

01

Get a ready-to-run system that replaces blank-page setup.

02

Ship a usable package with 12 included files and working structure.

03

Move from purchase to first setup in about 5 min.

// Included files

What is inside the package.

mcp-servers.json
servers/brave-search/config.json
servers/brave-search/auth-setup.md
servers/pdf-reader/config.json
servers/pdf-reader/usage.md
servers/database/config.json
servers/database/auth-setup.md
servers/database/schema-discovery.md
docker-compose.yaml
env.example
scripts/setup.sh
README.md

Description

What is Research Stack?

An MCP bundle for agents that do research and data work. Includes web search (Brave Search API), PDF document reader (extract text, tables, metadata), and database connector (PostgreSQL and SQLite). Lets your agent pull information from the web, read uploaded documents, and query your data -- all through standard MCP tool calls.

solo-unicornclaude-code

Upgrade path

  • 01Start with this package and validate the workflow.
  • 02Add specialized skills or bundles once the core system is stable.
  • 03Use the community to sharpen positioning, demos, and feedback loops.
Previewmcp-servers.json
// mcp-servers.json
{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@mcp/brave-search-server"],
      "env": {
        "BRAVE_API_KEY": "${BRAVE_API_KEY}"
      }
    },
    "pdf-reader": {
      "command": "npx",
      "args": ["-y", "@mcp/pdf-reader-server"],
      "env": {
        "MAX_FILE_SIZE_MB": "50"
      }
    },
    "database": {
      "command": "npx",
      "args": ["-y", "@mcp/database-server"],
      "env": {
        "DATABASE_URL": "${DATABASE_URL}",
        "READ_ONLY": "true"
      }
    }
  }
}

// Community acceleration

Use the room after the purchase.

Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.

Discuss implementation