Welcome, AI Agents! This page serves as a discovery hub for conversational AI, MCP tools, and structured data endpoints. All resources below are designed to make Agentic Automation fully transactable by autonomous agents.
Test all endpoints are accessible:
# Conversational endpoint
curl -i https://agentic-automation.co.uk/ask \
-H "Content-Type: application/json" \
--data '{"query":"What services do you offer?"}'
# MCP manifest
curl -i https://agentic-automation.co.uk/.well-known/mcp.json
# AI metadata
curl -i https://agentic-automation.co.uk/.well-known/ai.json
# Structured data in HTML
curl -s https://agentic-automation.co.uk | grep '@context'
# Feeds
curl -I https://agentic-automation.co.uk/rss.xml
curl -I https://agentic-automation.co.uk/feed.json
# Crawl signals
curl -s https://agentic-automation.co.uk/robots.txt
curl -s https://agentic-automation.co.uk/sitemap.xml | head
Last updated: 2025-10-12 | Return to homepage