Server data from the Official MCP Registry
55 tools for federal/state/local RFPs, awards, vendors, contact graph, contract vehicles, pursuits.
55 tools for federal/state/local RFPs, awards, vendors, contact graph, contract vehicles, pursuits.
Remote endpoints: streamable-http: https://bidsparq.com/mcp
BidSparq MCP server is well-architected with proper authentication, secure credential handling, and appropriate permissions for its purpose. The server validates API keys at startup, uses Bearer token authentication for remote calls, and implements proper error handling for auth failures. No malicious patterns, code injection vulnerabilities, or credential leaks detected. Minor code quality observations around broad error catching do not impact security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
4 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: BIDSPARQ_API_KEY
Environment variable: BIDSPARQ_BASE_URL
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Query BidSparq's federal RFP, subaward, pricing, and vendor data from Claude Desktop, Claude Code, Cursor, Cline, and any other MCP-compatible AI client.
Pro Max plan required. Get one at bidsparq.com/plan.
All 55 tools available from your AI client. Unlimited usage on Pro Max subject to fair-use limits (per-minute / per-hour / daily cost), shared with in-app chat.
bidsparq.com/settings/api-keys → Create Key → copy the bsq_live_... value.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows):
{
"mcpServers": {
"bidsparq": {
"command": "npx",
"args": ["-y", "bidsparq-mcp-server"],
"env": {
"BIDSPARQ_API_KEY": "bsq_live_..."
}
}
}
}
Restart Claude Desktop.
Add to .mcp.json in your project (or ~/.claude/mcp.json globally):
{
"mcpServers": {
"bidsparq": {
"command": "npx",
"args": ["-y", "bidsparq-mcp-server"],
"env": {
"BIDSPARQ_API_KEY": "bsq_live_..."
}
}
}
}
Edit .cursor/mcp.json in your project:
{
"mcpServers": {
"bidsparq": {
"command": "npx",
"args": ["-y", "bidsparq-mcp-server"],
"env": {
"BIDSPARQ_API_KEY": "bsq_live_..."
}
}
}
}
Same JSON shape — refer to your extension's MCP config docs and paste the snippet above.
After install, ask your AI client:
| Env var | Required | Default | Notes |
|---|---|---|---|
BIDSPARQ_API_KEY | yes | — | bsq_live_... from your settings page |
BIDSPARQ_BASE_URL | no | https://bidsparq.com | Override for self-hosted / staging |
Invalid BIDSPARQ_API_KEY — Key is wrong, expired, or revoked. Create a new one in your settings.Pro Max plan required — Upgrade at bidsparq.com/plan.Rate limit exceeded — Pro Max has fair-use limits to protect against runaway scripts (per-minute: 60, per-hour: 500, daily cost cap). The 429 response includes a Retry-After header. Most users will never see this; if you do, slow your loop or contact support.BidSparq MCP is not yet enabled in your account — MCP is in staged rollout. Email hello@bidsparq.com for early access.bsq_live_xxx) are visible after creation.MIT. Source: https://github.com/n0edlg/bidsparq-mcp-server
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.