Bidsparq Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Bidsparq Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
#### Claude Desktop
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.
#### Claude Code (CLI)
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_..."
}
}
}
}#### Cursor
Edit .cursor/mcp.json in your project:
{
"mcpServers": {
"bidsparq": {
"command": "npx",
"args": ["-y", "bidsparq-mcp-server"],
"env": {
"BIDSPARQ_API_KEY": "bsq_live_..."
}
}
}
}#### Cline / RooCode / Continue
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 |
Retry-After header. Most users will never see this; if you do, slow your loop or contact support.bsq_live_xxx) are visible after creation.MIT. Source: https://github.com/n0edlg/bidsparq-mcp-server
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.