Connect TED (Tenders Electronic Daily) to Copilot Studio
Query TED (Tenders Electronic Daily) directly from Copilot Studio. Arlet links the two through one MCP connection and takes care of API keys.
Connects your AI client to the TED v3 search API.
Tool:
- search_eu_tenders: search notices EU-wide. A plain query such as 'railway signalling' is wrapped as a full-text search; an expert query such as 'FT="software" AND PD>=20260101' is sent as written.
Implementation note: the TED v3 API rejects GET (405) and requires a POST body with a non-empty field list, so the request shape is handled by this server. Titles arrive as language maps and are collapsed to English where available.
This is a discovery tool: it returns notice metadata and links, not full tender documents. Follow the link for the complete notice and its annexes.
How to connect TED (Tenders Electronic Daily) to Copilot Studio
- 1
In the Arlet dashboard, open Data tools, find TED (Tenders Electronic Daily) and switch it on. No API key setup is needed.
- 2
Sign in to Copilot Studio with your work account, create a new agent (or open an existing one), and in the Build tab choose Tools β + β Add β Model Context Protocol (MCP) in the right panel.
- 3
In the Add MCP server form, enter "Arlet" as the Server name, https://mcp.arlet.dev/mcp/ as the Server URL, choose OAuth 2.0 for Authentication and "Dynamic (detected)" for Configuration type, then click Add. No Client ID / Secret is needed.
- 4
On the Select a connection screen, choose Create new connection β Create, then sign in with Google on the Arlet authorization screen and click Allow. Click Add to attach the tool to the agent, then Publish to use it from Microsoft 365 Copilot.
Requires a Microsoft work account and a Copilot Studio license (or trial). MCP is available only for agents using generative orchestration and not in Copilot Studio in Teams.
