Server data from the Official MCP Registry
Search U.S. federal, state, and local RFPs, subaward primes, pricing, and vendor data.
Search U.S. federal, state, and local RFPs, subaward primes, pricing, and vendor data.
Remote endpoints: streamable-http: https://bidsparq.com/mcp
Valid MCP server (3 strong, 5 medium validity signals). 3 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 5 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 18 tools available from your AI client. Same 50 messages/day cap as 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.Daily message limit reached — Pro Max plans have 50 messages/day shared between in-app chat and MCP. Resets at midnight UTC.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.