GraffiticodeGraffiticodeOpen Console

Universal MCP server of smart tools

Point your agent at one endpoint — no key required — and ask for a chart.

Each Graffiticode tool is a domain language wrapped by a specialized AI that knows the solution space — so your agent delegates to a specialist instead of guessing, and gets back a validated, interactive result.

https://mcp.graffiticode.org/mcp

Charts — made with one MCP callOpen ↗

An agent made this with one call.

One call made the artifact

create_item
create_item({
  language: "L0173",
  description: "A combo chart titled 'Quarterly Revenue & Growth' with eight quarters on the x-axis (Q1–Q4 2024, then Q1–Q4 2025). Revenue as vertical bars (thousands): 120, 150, 170, 210, 240, 230, 290, 340. A smooth line on a secondary y-axis shows quarter-over-quarter growth percent: 0, 25, 13, 24, 14, -4, 26, 17. Label the left axis 'Revenue ($K)' and the right axis 'Growth (%)'. Include a legend, value labels on the bars, light gridlines, and a clean modern theme."
})

No credential required — call the MCP server with this and open the returned view_url.

· Make your own →

From zero to a rendered artifact

No sign-up, no token to fetch. The free plan is the no-credential path.

1

Connect — no key required

Point any MCP client at https://mcp.graffiticode.org/mcp with no Authorization header. That routes you through the free plan.

2

Ask in plain language

Call create_item with a language and a description. A specialized AI compiles your intent into a validated, interactive artifact.

3

Open it — keep it if you want

You get back a view_url to open the result and a claim_url to save it. Unclaimed items last 48 hours.

Add the server (no headers)
{
  "mcpServers": {
    "graffiticode": {
      "url": "https://mcp.graffiticode.org/mcp"
    }
  }
}
Your first call
create_item({
  language: "L0173",
  description: "A combo chart titled 'Quarterly Revenue & Growth' with eight quarters on the x-axis (Q1–Q4 2024, then Q1–Q4 2025). Revenue as vertical bars (thousands): 120, 150, 170, 210, 240, 230, 290, 340. A smooth line on a secondary y-axis shows quarter-over-quarter growth percent: 0, 25, 13, 24, 14, -4, 26, 17. Label the left axis 'Revenue ($K)' and the right axis 'Growth (%)'. Include a legend, value labels on the bars, light gridlines, and a clean modern theme."
})

Have domain expertise worth a tool?

Turn your domain into a smart tool that serves both agents and the people who use them.

Build a tool →