grantconnect-au
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@grantconnect-auSearch for grants awarded to Aboriginal community organisations"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/grantconnect-au
GrantConnect (Australia) MCP — Commonwealth grant opportunities and grants awarded, from grants.gov.au. Keyless (Pipeworx-hosted).
Tools
au_grants_search(query, agency, category, recipient_state, selection_process, min_value, max_value, awarded_from, awarded_to, sort, order, limit, offset)— awarded grants. Free text is a case-insensitive substring acrossrecipient_name,purpose,grant_program,grant_activity; multiple words are AND-ed. Newest first by default,sort: "value"ranks by AUD.au_grant_award(ga_id)— one award in full, with the linked grant opportunity inlined when the award records ago_id. GrantConnect publishes awards and opportunities as separate reports; this is the join.au_grants_by_recipient(recipient_name | abn, awarded_from, awarded_to, limit, offset)— every award to one organisation plus the funding total: total AUD, award count, first/last award date, per-agency breakdown. ABN is accepted spaced (48 008 389 151) or unspaced.au_grant_opportunities_open(query, agency, category, closing_within_days, limit, offset)— opportunities whoseclose_dateis still in the future, soonest first, withdays_until_closecomputed at request time.au_grants_top_recipients(agency, category, recipient_state, awarded_from, awarded_to, limit, scan_limit)— recipients ranked by total AUD. Reportsrows_scanned,total_matching_awardsandranking_covers_all_matching_awards.grantconnect_coverage()— which reports/date windows are actually loaded, row counts, min/max dates, and any ingest windows inerror.
Related MCP server: NIH RePORTER MCP Server
Auth
None. Pipeworx hosts the data; the gateway injects _supabaseUrl / _supabaseKey.
Data sources
GrantConnect — https://www.grants.gov.au (Commonwealth Grants Rules and Guidelines reporting: grant opportunities + grants awarded)
Mirrored into Pipeworx Postgres by
workers/grantconnect-ingest; queried here through PostgREST (au_grant_awards,au_grant_opportunities,grantconnect_ingest_state)
Gotchas
GrantConnect has no JSON API — it publishes dated report downloads only, which is why this pack reads a Pipeworx mirror rather than the site, and why grantconnect_coverage matters: while the ingest backfills, a year you ask about may simply not be loaded yet, and every tool returns { found: false, reason, hint } rather than an empty-looking answer. Recipient identity is messy at source: names are the legal entity as the recipient typed it (so one organisation appears under several spellings), and recipient_abn is published spaced and is blank on some rows — au_grants_by_recipient normalises the ABN and reports matched_recipient_names so you can see what was actually aggregated. is_aggregate rows bundle many small grants into one record (aggregate_number says how many), so award counts are not payment counts. Because PostgREST aggregate functions are disabled on this project, au_grants_top_recipients ranks from a bounded scan taken largest-award-first and states rows_scanned versus total_matching_awards — treat a ranking with ranking_covers_all_matching_awards: false as a ranking of the big-ticket end, not the whole table. Finally, close_date on opportunities carries a real time of day and addenda can move it: addenda_count > 0 means the notice was amended after publication.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"grantconnect-au": {
"url": "https://gateway.pipeworx.io/grantconnect-au/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about GrantConnect (Australia) data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables searching and retrieving Australian open government data from data.gov.au via CKAN API, including datasets, organizations, groups, tags, and resources.Last updated3MIT
- Flicense-qualityDmaintenanceProvides tools to search and retrieve data from NIH's RePORTER grant database, enabling queries for project counts, summaries, and detailed award information.Last updated
- Flicense-qualityDmaintenanceEnables searching and querying Spanish public subsidies and aids using the BDNS API, with filters for region, beneficiary type, and more.Last updated
- Alicense-qualityCmaintenanceProvides access to open federal grant opportunities from Grants.gov without authentication. Enables querying and exploring grant data through natural language via Pipeworx gateway.Last updated2MIT
Related MCP Connectors
Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.
Grants.gov search and USAspending grant data. 4 MCP tools for grant discovery.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-grantconnect-au'
If you have feedback or need assistance with the MCP directory API, please join our Discord server