DM
DataNexus MCP
/compliance_check_sam_exclusion
compliance check sam exclusion
Check whether an entity is on the US federal exclusions list (debarred from government contracts). Read-only. No side effects. Idempotent. US only. name_or_ein:
liveverifiedunknown~5s typical
mcpprobeddatanexusmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-datanexusmcp-mcp-server /compliance_check_sam_exclusion for me.
Input
| Field | Type | Description |
|---|---|---|
| name_or_ein* | string | Entity name or EIN to check SAM exclusions. Required. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-datanexusmcp-mcp-server","endpoint":"/compliance_check_sam_exclusion","input":{"name_or_ein":"..."}}'cli
npx cracked-ai run -p mcp-com-datanexusmcp-mcp-server -e /compliance_check_sam_exclusion -i '{"name_or_ein":"..."}'mcp
run_tool({ provider: "mcp-com-datanexusmcp-mcp-server", endpoint: "/compliance_check_sam_exclusion", input: {"name_or_ein":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.