io.github.Capataina/agentfulfyl
https://agentfulfyl.com/mcpskills: {'id': 'get_catalog', 'name': 'get_catalog', 'description': '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. Same data as https://agentfulfyl.com/catalog.json.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_product', 'name': 'get_product', 'description': 'One product in full: summary, per-tier GBP prices, deliverables, and the exact input contract an order must fill. Ids come from get_catalog.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'submit_demand', 'name': 'submit_demand', 'description': '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. One row stored per submission, nothing else. Leave a channel to hear back if your request becomes a product.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 58.3ms; conformance: pass
How to connect
https://agentfulfyl.com/mcp
curl -X POST https://agentfulfyl.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'