FlashLeads MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLASHLEADS_API_KEY | Yes | Your FlashLeads API key | |
| FLASHLEADS_API_URL | No | API base URL | http://localhost:5000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_web_harvestA | Search Google and collect company website leads. Automatically creates or updates your web harvest agent. Returns leads with company names, websites, emails, phone numbers, and social media profiles. |
| get_web_harvest_leadsC | Get the leads collected by your web harvest agent. Returns detailed information including company names, websites, contact details, and social media profiles. |
| get_web_harvest_statusA | Check if your web harvest agent is currently running and see how many leads have been collected. Shows total, completed, pending, and failed lead counts. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: get_web_harvest_leads retrieves collected lead data, get_web_harvest_status checks agent status and counts, and run_web_harvest initiates or updates the harvesting process. There is no overlap in functionality, making tool selection straightforward for an agent.
All tool names follow a consistent verb_noun pattern with snake_case (e.g., get_web_harvest_leads, get_web_harvest_status, run_web_harvest). The naming is predictable and readable, using clear verbs like 'get' and 'run' paired with descriptive nouns.
With only 3 tools, the set feels thin for a web harvesting domain, as it lacks operations like updating or deleting leads, managing agent configurations, or filtering/searching through collected data. While the core functions are present, the scope is limited, which might require workarounds for more complex tasks.
The tools cover the basic lifecycle of web harvesting: initiating (run_web_harvest), monitoring (get_web_harvest_status), and retrieving results (get_web_harvest_leads). However, there are notable gaps, such as no ability to modify or delete leads, control agent settings, or perform advanced queries on the collected data, which could limit agent effectiveness in extended workflows.