bandiradar-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | OpenAI API key. Required if BANDIRADAR_LLM_PROVIDER is 'openai'. | |
| ANTHROPIC_API_KEY | No | Anthropic API key. Required if BANDIRADAR_LLM_PROVIDER is 'anthropic'. | |
| BANDIRADAR_LLM_PROVIDER | No | LLM provider for relevance scoring. Options: 'anthropic' or 'openai'. If not set, falls back to offline heuristic. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_sourcesA | List the registered funding sources as [{id, kind}]. |
| fetch_opportunitiesC | Ingest a source into the store, saving progressively. |
| search_opportunitiesA | Rank opportunities for a profile (offline in sample mode). |
| score_opportunityC | Score one stored opportunity for a profile; returns a single Match dict. |
| get_matchesA | Return PERSISTED matches for this profile_version (no recompute). |
| get_profileC | Return the parsed profile as a dict. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/mayai-it/bandiradar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server