opportunity-party-mcp
Downloads PDFs from Google Drive for policy documents.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@opportunity-party-mcpfind and summarize the education policy from the latest PDFs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Opportunity Party Scraper
Scrapes the Opportunity Party website and converts
policy PDFs to structured markdown. Output is stored under data/ and exposed via
an MCP server for LLM consumption.
System requirements
Before running, install the following system tools:
brew install poppler # provides pdftotext, used for PDF → text conversionPython 3.12+ is also required.
Setup
uv syncUsage
Run all scrapers:
uv run python main.pyRun specific targets:
uv run python main.py policies team news party-info pdfs--clean wipes data/ before running (preserves data/policy-assets/):
uv run python main.py --cleanHow it works
Target | What it does |
| Scrapes policy pages, downloads PDFs from Google Drive, converts PDFs to markdown via |
| Scrapes team / candidate pages |
| Scrapes news and media releases |
| Scrapes about / party information pages |
| Re-converts already-downloaded PDFs without re-scraping |
PDF conversion uses pdftotext -layout (from poppler) to preserve the layout of
the party's policy documents, then strips running headers/footers and formats the
body as clean markdown under data/policies/{slug}/.
MCP server
uv run python -m mcp.serverSee mcp/README.md for available tools.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcwalrus/oppertunity-party'
If you have feedback or need assistance with the MCP directory API, please join our Discord server