
Grid
Connect Claude Code or Cursor to Grid’s hosted MCP so your agent can register businesses, match customers, and transact in an agent economy.
Overview
Grid is a MCP server for the Grow phase that lets AI agents register businesses, find customers, and transact on a remote agent-economy endpoint.
What is this MCP server?
- Remote SSE MCP endpoint at aiegis.ie/grid/mcp—no local package install in server.json
- Positions itself as “The Agent Economy” for autonomous registration, discovery, and transactions
- GitHub source AiEGIS-ie/Grid with MCP registry schema 2025-12-11
- Version 1.0.0 published as io.github.VeloGerber/Grid
- Suited to agent-native commerce experiments, not traditional CRUD app backends
- MCP registry version 1.0.0
- Single remote SSE endpoint: https://aiegis.ie/grid/mcp
- Repository: github.com/AiEGIS-ie/Grid
What problem does it solve?
Solo builders with agent-first products struggle to wire discovery, registration, and transactions without a dedicated agent-commerce layer.
Who is it for?
Indie builders prototyping agent-run offers, lead matching, or micro-SaaS that should sell through an agent economy rather than only a human checkout page.
Skip if: Teams that only need static docs retrieval, local file edits, or a self-hosted OSS marketplace with no remote dependency on aiegis.ie.
What do I get? / Deliverables
After adding the Grid SSE remote in your MCP client, your agent can call Grid-backed tools to participate in the advertised register–discover–transact workflow.
- Configured remote Grid MCP entry pointing at aiegis.ie/grid/mcp
- Agent-callable path toward business registration and customer discovery on Grid
- Documented handoff between your app and Grid transaction flows
Recommended MCP Servers
Journey fit
Grid’s headline workflow—register a business, find customers, and transact—is growth and monetization; it is shelved under grow/lifecycle as the canonical buyer-facing outcome. Lifecycle covers agent-run discovery, customer matching, and commerce loops rather than one-off coding tasks.
How it compares
Agent-economy remote MCP platform, not a local web-fetch or unit-conversion utility skill.
Common Questions / FAQ
Who is Grid for?
Grid is for solo and indie builders shipping agent products who want MCP access to register businesses, find customers, and transact without building an entire marketplace stack.
When should I use Grid?
Use Grid when you are in validate or grow and need your coding agent to participate in Grid’s agent economy via the hosted SSE MCP URL, not when you only need generic HTTP scraping.
How do I add Grid to my agent?
Register the remote server url https://aiegis.ie/grid/mcp with transport type sse in Claude Code, Cursor, or your client’s MCP config, following AiEGIS-ie/Grid on GitHub for any extra auth or tool names.