G. 03
Add Feasibly as an MCP tool.
In your agent, go to Tools → Add tool → Model Context Protocol. Fill in:
- Server name —
Feasibly
- Server description —
Australian planning intelligence (zone, overlays, schedule, envelope, subdivision)
- Server URL —
https://mcp.feasibly.com.au/mcp?key=YOUR_API_KEY
- Authentication — None (key is embedded in URL)
Replace YOUR_API_KEY with your key from app.feasibly.com.au/register. Click Add tool. Copilot Studio handshakes with the MCP server and lists Feasibly's 8 tools (lookup_site, get_zone_rules, explain_overlay, etc.).
If you'd rather not embed the key in the URL
You can pass the key as a Bearer token instead. Set Authentication to API Key, header name Authorization, value Bearer YOUR_API_KEY. Server URL becomes https://mcp.feasibly.com.au/mcp (no query string). Same outcome; better if your tenant has policies against URL-embedded secrets.