DataNexus MCP
DM
DataNexus MCP
/nonprofit_fetch_nonprofit_by_ein

nonprofit fetch nonprofit by ein

Fetch IRS 990 filing data for any US nonprofit by EIN. Read-only. No side effects. Idempotent. US only. ein: 9-digit Employer ID with or without dash, e.g. 46-5

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 /nonprofit_fetch_nonprofit_by_ein for me.

Input

FieldTypeDescription
ein*stringEIN in format XX-XXXXXXX e.g. 46-5734087. 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":"/nonprofit_fetch_nonprofit_by_ein","input":{"ein":"..."}}'
cli
npx cracked-ai run -p mcp-com-datanexusmcp-mcp-server -e /nonprofit_fetch_nonprofit_by_ein -i '{"ein":"..."}'
mcp
run_tool({ provider: "mcp-com-datanexusmcp-mcp-server", endpoint: "/nonprofit_fetch_nonprofit_by_ein", input: {"ein":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.