ClipMarts

Research Stack

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

$29Operator PackFor departments, agencies, and ops-heavy teams

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.

Setup Time

5 min

Difficulty

Beginner

Works With
paperclipclaude-code

What's Included

  • 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

Preview

mcp-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"
      }
    }
  }
}

Installation Guide

terminal
$ paperclipai skill import --from ./research-mcp-bundle/
Skill imported successfully.

One command to import — then assign to any agent in your company.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip research-mcp-bundle.zip
2

Import the skill

paperclipai skill import --from ./research-mcp-bundle/
3

Assign to an agent

# Via CLI:
paperclipai agent update <agent-name> --add-skill research-mcp-bundle

# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Research Stack"

Option B: Dashboard UI

1

Open Skills page

Navigate to Skills → Import Skill

2

Upload the product folder

From the extracted ZIP, upload the research-mcp-bundle/ directory containing SKILL.md.

3

Assign to agents

Go to Agents → [agent] → Skills and add "Research Stack" from the list.

Share
Files included12
Setup time5 min
Difficultybeginner

Tags

mcpweb-searchpdfdatabaseresearchsql