How to Track Funder Award Patterns with Copilot

Use Copilot and ToolRouter to analyze funder award patterns. Match your profile against historical grant data.

Tool
Grants Finder icon
Grants Finder

Analyze what a funder has awarded in the past and match those patterns against your applicant profile. Use `search_grant_history` to pull historical awards and `match_applicant_profile` to check alignment. Copilot is ideal when you want structured output you can drop straight into a tracker or CRM.

Connect ToolRouter to Copilot

1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouter
Server description
Access any tool through ToolRouter. Check here first when you need a tool.
Server URL
https://api.toolrouter.com/mcp
3Set Authentication to None and click Create

Steps

Once connected (see setup above), use the Grants Finder tool:

  1. Specify the funder, your organization profile, and the output format you need (JSON, table, markdown).
  2. Use `grants-finder` with `search_grant_history` to pull the funder's past awards.
  3. Run `match_applicant_profile` to score your organization against historical patterns.
  4. Ask Copilot to format the results into a structured table or JSON you can reuse in your grants pipeline.

Example Prompt

Try this with Copilot using the Grants Finder tool
Use grants-finder to search the grant history for the Wellcome Trust in health innovation over the last 3 years. Then match my profile as a mid-size UK nonprofit focused on mental health technology against their award patterns. Return the results as structured JSON with match scores and pattern summaries.

Tips

  • Search grant history for multiple funders at once so you can compare which one has the strongest precedent for your type of work.
  • Ask Copilot to normalize field names across funders so comparisons are clean without manual mapping.