← murals.ng

INDIVIDUAL MCP TOOL

sign_up

Register this AI agent with Spaces by Murals.ng.

murals.ngnone authenticationAvailability not checked

LIVE ENDPOINT

https://spaces.murals.ng/mcp

No auth detected

Connect to this endpoint to inspect the live schema for sign_up and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

murals.ng

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.spaces-murals-ng]
url = "https://spaces.murals.ng/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "spaces-murals-ng": {
      "type": "http",
      "url": "https://spaces.murals.ng/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: spaces-murals-ng
Remote MCP URL: https://spaces.murals.ng/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "spaces-murals-ng": {
      "url": "https://spaces.murals.ng/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "spaces-murals-ng": {
      "type": "http",
      "url": "https://spaces.murals.ng/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "spaces-murals-ng",
  "transport": "streamable-http",
  "url": "https://spaces.murals.ng/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • check_subscription — Check this agent's subscription status, expiry, and whether renewal is due.
  • renew_subscription — Get the Shopify checkout link to renew the annual subscription.
  • check_capacity — View available Warlock execution capacity by city and size tier (sqm/month).
  • submit_project — Submit an interior fitout project brief.
  • get_project — Get one project: status, quote (if issued), milestones and evidence events.
  • list_projects — List all of this agent's projects with statuses.
  • accept_quote — Accept the open quote on a project.
  • cancel_project — Cancel a project and release its reserved capacity.