What’s available
The server exposes tools across three areas: Your workspace — read and write operations on your Formly data: list organizations and devices, read and edit data keys and documents, create custom documents, search documents by keyword, and view document templates. Regulatory research — browse and full-text search the built-in standards library, look up FDA 510(k) predicate summaries, and run semantic memory recall over Formly’s expert knowledge base. AI agents — trigger Formly’s agents directly: the predicate researcher, the standards & guidances researcher, and the expert reviewer. Useget_agent_run_result to poll for results once a run is in progress.
How to connect
The server is available at:- Open your MCP client’s settings or configuration file.
- Add a new MCP server with the URL
https://mcp.formly.ai/mcp. - Set the transport type to Streamable HTTP (or HTTP / SSE, depending on your client).
- Save the configuration and restart the client if needed.
- When prompted, complete the OAuth sign-in with your Formly account.
Clients
Claude Desktop
Claude Desktop
Claude Desktop supports remote MCP connectors. Follow Claude’s guide to get started with custom connectors using remote MCP, then use
https://mcp.formly.ai/mcp as the server URL for Formly.On the first tool call, a browser window will open asking you to sign in to Formly.Claude Code
Claude Code
Run:
Troubleshooting
OAuth sign-in doesn’t complete — Make sure your browser isn’t blocking pop-ups from your MCP client, and that you’re signing in with the Formly account that has access to the relevant devices. Tools don’t appear after connecting — Restart your MCP client and check that the server URL is exactlyhttps://mcp.formly.ai/mcp with no trailing slash.
Connection errors — Confirm your client supports Streamable HTTP or SSE transport. Stdio-only clients are not supported.