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.
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.
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.
// 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.
Related products
More from this shelf.
automate / Slack, Gmail, and Google Calendar wired together in one config
Productivity Stack
Slack, Gmail, and Google Calendar wired together in one config
automate / GitHub, Linear, and Sentry connected so your agent can ship code
Developer Stack
GitHub, Linear, and Sentry connected so your agent can ship code
automate / sync CRM actions
Sales Stack
HubSpot, Calendly, and email wired for CRM-driven outreach
automate / connect finance data faster
Finance Stack
QuickBooks, Plaid, and Google Sheets for financial data access