AI Agent Tools (WebMCP)
This site exposes its capabilities to AI agents using the WebMCP standard. Compatible browsers and assistants can call these tools directly. Every tool also works as a plain JSON API.
Discovery endpoints:
/mcp/tools.json— tool catalog (schemas)/.well-known/mcp.json— capability manifest
Available tools
search_site
read-only
GET /mcp/t/search_site
Full-text search across products, services, blog posts, references and FAQ. Returns matching titles, URLs and snippets.
list_services
read-only
GET /mcp/t/list_services
List all offered services with summaries and URLs.
get_service
read-only
GET /mcp/t/get_service
Get full details of one service by its slug.
list_products
read-only
GET /mcp/t/list_products
List sellable products, optionally filtered by category slug or query.
get_product
read-only
GET /mcp/t/get_product
Get product detail incl. price, stock, variants and license terms by slug.
compare_products
read-only
GET /mcp/t/compare_products
Compare 2-4 products side by side (price, features).
get_pricing
read-only
GET /mcp/t/get_pricing
List pricing/package plans with features and prices.
list_blog_posts
read-only
GET /mcp/t/list_blog_posts
List recent published blog posts, optionally filtered by query.
get_faq
read-only
GET /mcp/t/get_faq
Get frequently asked questions and answers, optionally filtered.
get_glossary_term
read-only
GET /mcp/t/get_glossary_term
Look up the definition of a glossary term.
get_company_info
read-only
GET /mcp/t/get_company_info
Get company name, address, phone, email and social links (NAP).
view_cart
read-only
GET /mcp/t/view_cart
View current cart lines, quantities, VAT and totals.
get_blog_post
read-only
GET /mcp/t/get_blog_post
Get a blog post (title, excerpt, body text) by slug.
list_references
read-only
GET /mcp/t/list_references
List portfolio references / case studies with sector and summary.
get_reference
read-only
GET /mcp/t/get_reference
Get full case study detail by slug.
list_events
read-only
GET /mcp/t/list_events
List upcoming and past events/webinars.
get_event
read-only
GET /mcp/t/get_event
Get event detail (date, location, description) by slug.
list_jobs
read-only
GET /mcp/t/list_jobs
List open job positions with location and type.
get_job
read-only
GET /mcp/t/get_job
Get job posting detail by slug.
list_resources
read-only
GET /mcp/t/list_resources
List downloadable resources (guides, templates, checklists).
get_changelog
read-only
GET /mcp/t/get_changelog
List product version/release notes.
get_status
read-only
GET /mcp/t/get_status
Get current operational status of site components.
add_to_cart
action
POST /mcp/t/add_to_cart
Add a product to the shopping cart by slug and quantity.
apply_coupon
action
POST /mcp/t/apply_coupon
Apply a discount coupon code to the cart.
track_order
action
POST /mcp/t/track_order
Look up order status by order number and email.
subscribe_newsletter
action
POST /mcp/t/subscribe_newsletter
Subscribe an email address to the newsletter (double opt-in).
submit_quote
action
POST /mcp/t/submit_quote
Submit a project/quote request (name, email, message).
contact
action
POST /mcp/t/contact
Send a contact message (name, email, message).
request_callback
action
POST /mcp/t/request_callback
Request a phone callback (name, phone, preferred time).
Action tools require a valid session token and are rate-limited. Prices and totals are always computed server-side.