I built a zero-code visual client to test remote MCP servers instantly (Tested with Cloudflare’s free MCP).

Reddit r/artificial Tools

Summary

A developer built a zero-code visual MCP client within AgentSwarms that allows testing remote MCP servers directly in the browser, demonstrated with Cloudflare's free MCP server for documentation.

Hey everyone, The Model Context Protocol (MCP) is amazing for standardizing how agents talk to data, but I got incredibly frustrated every time I wanted to quickly test a new remote MCP server. Writing custom client-side boilerplate or wrestling with CLI tools just to see if a tool actually exposes the right schema is a massive time sink. So, I built a native MCP client directly into the visual canvas of **AgentSwarms**. You can now test any remote MCP server entirely in the browser without writing a single line of code. **Here is the workflow I just tested with Cloudflare:** Cloudflare released a free MCP server for their documentation. Instead of building a local client to test it: 1. I dropped their SSE URL into the new MCP Servers integration in AgentSwarms. 2. The canvas immediately connected and extracted the available tools (e.g., `cloudflare-docs-search`). 3. I wired that tool up to a basic agent and started asking complex infrastructure questions in natural language. The agent successfully used the MCP tool to pull live docs and synthesize an answer. **Why this is useful for AI devs:** If you are building your own MCP servers, you need a fast way to visually test if your endpoints are exposing tools correctly and if an LLM can actually route to them properly. This gives you an instant, visual debugging playground. It handles the SSE connection, tool extraction, and LLM routing automatically. It’s completely free to play with in the browser. I'd love for anyone building MCP servers right now to plug their endpoints in and see how it works. **Link:** [https://agentswarms.fyi/mcp](https://agentswarms.fyi/mcp)
Original Article

Similar Articles

GetMCP: Zero Trust for AI agents

Reddit r/AI_Agents

GetMCP is a self-hostable open-source tool that brings zero-trust security to AI agents by providing per-request audit, per-agent revocation, policy enforcement, and human-in-the-loop approvals for API calls. It generates MCP servers from OpenAPI specs and acts as a streaming proxy with tamper-evident audit logs.

The Safari MCP server for web developers

Hacker News Top

Apple introduces the Safari MCP server, a Model Context Protocol server that lets AI agents connect to Safari to debug, analyze performance, and check accessibility, streamlining web development workflows.

@GoSailGlobal: Cloudflare has fully revealed its internal architecture for running MCP. Read this alongside OpenAI's recent "Running Codex Safely" report for two essential templates on enterprise agent security. The most explosive move: Code Mode cuts MCP token consumption by 99.9%...

X AI KOLs Timeline

Cloudflare publishes its internal architecture for securely running Model Context Protocol (MCP) agents, introducing 'Code Mode' to reduce token usage by 99.9% and advocating for centralized remote server governance over local deployments.

Openstatus MCP Health Checker

Product Hunt

Openstatus MCP Health Checker lets you test MCP servers like a real AI client, going beyond simple pings.