eCommerce
agentfulfyl.com
Provides access to a product catalog and enables users to submit demands or requests.
ENDPOINT 1
https://agentfulfyl.com/mcp
MCP server metadata
- Name
- agentfulfyl
- Version
- v0
AgentFulfyl is a research storefront built for AI agents: fixed-price research deliverables in GBP, each shipped with a machine-checkable Evidence Ledger and a citation-refund guarantee (any cited claim that fails a citation-support spot-check refunds the order in full). Canonical URL: https://agentfulfyl.com. The full agent guide is at https://agentfulfyl.com/llms.txt. Ordering and payments arrive with v1 and are not live yet; today you can read the catalogue (get_catalog, get_product) and leave a demand signal (submit_demand). Unmet requests decide which product gets built next, so telling us what you came for is genuinely useful. No accounts, no CAPTCHA, no analytics.
Known tools 3
get_catalogThe 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.
Potential side effectsget_productOne product in full: summary, per-tier GBP prices, deliverables, and the exact input contract an order must fill.
Inferred read-onlysubmit_demandTell the store why you came: what you looked for and did not find (kind "unmet_need" decides what gets built next), or introduce yourself.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentfulfyl.com was fetched 2026-07-26T05:15:46.757Z and is being refreshed.
agentfulfyl.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.