BookMarket Research MCP Server Agent

BookMarket Research MCP Server Agent

Enables market research and analytics for digital, audio, POD, and ebook publishing by integrating DuckDuckGo search, Gemini API, Supabase, Airtable, Hugging Face, and GitHub.

Category
Visit Server

README

BookMarket Research MCP Server Agent

An agentic Market Research Model Context Protocol (MCP) server for Digital, Audio, Print-on-Demand (POD), and Ebook publishing analytics.

Built with Python, FastMCP, Supabase, Airtable, Hugging Face, GitHub, DuckDuckGo Search, and Gemini API.


🛠️ Features

  • DuckDuckGo Search integration to perform live queries on market trends, competitor titles, and publisher dynamics.
  • Gemini API processing to clean, categorize, and synthesize raw search data into formatted intelligence reports.
  • Supabase storage to store reports persistently in a SQL table.
  • Airtable Logging to track campaigns and research jobs.
  • Hugging Face Hub integration to push research datasets or models directly.
  • GitHub commits to push final markdown reports straight to git repositories.

⚙️ Configuration

Copy .env.example to .env and fill in the required credentials:

cp .env.example .env
GEMINI_API_KEY=your_gemini_api_key
SUPABASE_URL=your_supabase_url
SUPABASE_KEY=your_supabase_key
AIRTABLE_PAT=your_airtable_personal_access_token
HF_TOKEN=your_hf_write_token
GITHUB_TOKEN=your_github_token

🚀 Usage

1. Installation

Install all required Python dependencies:

pip install -r requirements.txt

2. Run the MCP Server (stdio)

You can run the server directly using python:

python mcp_server.py

3. Registering with Gemini CLI

To load this server in the Gemini CLI, use the gemini mcp add command:

gemini mcp add bookmarket python /home/brettanthonysjoberg079/brettapps/bookmarket/agent/mcp_server.py

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured