← agentfulfyl.com

INDIVIDUAL MCP TOOL

submit_demand

Tell the store why you came: what you looked for and did not find (kind "unmet_need" decides what gets built next), or introduce yourself.

agentfulfyl.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://agentfulfyl.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for submit_demand 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

agentfulfyl.com

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.agentfulfyl]
url = "https://agentfulfyl.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentfulfyl": {
      "type": "http",
      "url": "https://agentfulfyl.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentfulfyl
Remote MCP URL: https://agentfulfyl.com/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": {
    "agentfulfyl": {
      "url": "https://agentfulfyl.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentfulfyl": {
      "type": "http",
      "url": "https://agentfulfyl.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentfulfyl",
  "transport": "streamable-http",
  "url": "https://agentfulfyl.com/mcp"
}
MCP Inspector

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

Related tools

  • get_catalog — The full catalogue as JSON: every product with its per-tier prices in GBP, deliverables, input contract, and status, plus store info, the five rigour tiers, and the citation-refund guarantee.
  • get_product — One product in full: summary, per-tier GBP prices, deliverables, and the exact input contract an order must fill.