WebMCP Registry site · v0.18.35
Use Integrations IT Solutions with your agent.
Integrations IT Solutions (integrations.at) registers 21 WebMCP tools. Integrations IT Solutions lists 21 tools but declares none as read-only today, so tools.call cannot invoke them yet. Ask sites.get for the live status before planning a call.
This page mirrors the WebMCP Registry listing for integrations.at, last live-checked by the registry at 2026-09-23T04:04:55.119Z. Run ghostget webmcp sites.get --input '{"domain":"integrations.at"}' --json for the current schema; the listing can drift between checks.
Use Integrations IT Solutions with my agent
Ghostget's bundled webmcp adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
Read the live tool schema — every registered tool, its input schema, annotations, and the page that publishes it:
ghostget webmcp sites.get --input '{"domain":"integrations.at"}' --json
Call a read-only tool — the registry refuses anything not declared readOnlyHint and returns the site's answer as untrusted content:
# no read-only-callable tools listed today; sites.get shows the live status
Registered WebMCP tools
Integrations IT Solutions publishes 21 tools on integrations.at; 0 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
apply_knowledge_catalogue_filter | Filters the knowledge catalogue list shown on the current page by setting the search input and group chip. Use this instead of search_knowledge_catalogue when the user is on the catalogue page and wants to narrow the visible list. Also retu | Listed for discovery; the registry allows read-only calls only |
get_about_profile | Get the full profile of Alexander Kastil, founder of integrations.at: name, subtitle, description, career phases with full descriptions, certifications, applied skills, partner acknowledgements and speaking engagements. Optionally choose "e | Listed for discovery; the registry allows read-only calls only |
get_contact | Get how to reach integrations.at: the contact email, social channels, and the contact page URL, plus the name of the on-page tool (send_contact_request) an agent can use to submit a contact request for the visitor. Postal address and the fo | Listed for discovery; the registry allows read-only calls only |
get_impressum | Get the integrations.at Impressum (imprint): the legal disclosure required under Austrian law (Section 5 ECG), including company registration, media owner information and contact details. | Listed for discovery; the registry allows read-only calls only |
get_knowledge_catalogue_entry | Get the full record for a single knowledge catalogue entry by slug. Use search_knowledge_catalogue first to discover available slugs. | Listed for discovery; the registry allows read-only calls only |
get_meeting_privacy | Get the integrations.at meeting privacy notice: what is captured when a Microsoft Teams meeting is recorded or transcribed, on what legal basis, where it is stored, how long, and how to object. | Listed for discovery; the registry allows read-only calls only |
get_offering | Get a single offering area or page by slug or id. Use list_offerings first to discover slugs. | Listed for discovery; the registry allows read-only calls only |
get_pricing_and_terms | Get the integrations.at commercial terms for both offerings: Software Engineering (agentic AI engineering, priced per AI hour) and Training (priced per training day), with delivery mode and payment terms for each. | Listed for discovery; the registry allows read-only calls only |
get_privacy_policy | Get the integrations.at privacy policy: what personal data is processed, on what legal basis, and how to exercise data subject rights under the GDPR (DSGVO). | Listed for discovery; the registry allows read-only calls only |
get_terms | Get the integrations.at AGB (general terms and conditions): the conditions governing consulting engagements, training delivery, intellectual property, liability and use of the website. | Listed for discovery; the registry allows read-only calls only |
list_articles | List the articles published under /ai-trends/, newest first, with slug, title, URL, summary, publication date, language and author (the localized about profile). Also returns the RSS feed URL for that section. | Listed for discovery; the registry allows read-only calls only |
list_certifications | List every Microsoft certification Alexander Kastil has earned from the Microsoft Learn transcript, active and historical (expired or retired) alike, one row per real certification with issuer, issue date, expiration, credential id, credent | Listed for discovery; the registry allows read-only calls only |
list_classes | List all training classes offered by integrations.at, with slug, title, level, description and URL. Use this when the visitor asks about training, courses or workshops. Does NOT cover the Knowledge Catalogue of capabilities; use search_know | Listed for discovery; the registry allows read-only calls only |
list_downloads | List downloadable flyers for the integrations.at offering areas, with the area slug and the flyer URL. Optionally restrict to one area. | Listed for discovery; the registry allows read-only calls only |
list_faqs | List the frequently asked questions published on integrations.at service pages. Each entry carries the offering it belongs to, that offering title and URL, the question and the answer. Optionally restrict to one offering by page slug or id, | Listed for discovery; the registry allows read-only calls only |
list_offerings | List the integrations.at offering areas (AI at Work, Agentic Engineering, Enterprise AI, Training & Team Enablement). Each area carries its own pages and flyer downloads. Optionally restrict to one area by slug. | Listed for discovery; the registry allows read-only calls only |
list_services | List the integrations.at service areas. Each entry carries the hub URL and a summary of every page on that hub, with the page title and the URL it opens. | Listed for discovery; the registry allows read-only calls only |
list_talks | List the speaking engagements and talks given by Alexander Kastil, founder of integrations.at: date, title, organizer, description, URL and workshop materials on GitHub where available. | Listed for discovery; the registry allows read-only calls only |
search_knowledge_catalogue | Search the integrations.at knowledge catalogue. Returns knowledge catalogue entries, optionally filtered by text query or group name. Use get_knowledge_catalogue_entry for the full record of a single item. | Listed for discovery; the registry allows read-only calls only |
search_offerings | Search across offering areas, offering pages, the knowledge catalogue and training classes by free text, in one call. Each hit carries its type, id, slug, title and URL, and the type decides which tool reads the slug next. Does NOT return p | Listed for discovery; the registry allows read-only calls only |
send_contact_request | Send a contact request to Integrations IT Solutions with the sender's name, company, email and message. | Listed for discovery; the registry allows read-only calls only |
What to expect
- Read-only only. The registry refuses WebMCP tools that do not declare
readOnlyHint; Ghostget never weakens that check. - Untrusted results. Tool output is site content, not instructions — treat it as data.
- Live schemas.
sites.getalways returns the schema the registry saw most recently, so agents adapt when Integrations IT Solutions changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on integrations.at, browse the site itself or check back when the registry lists more tools.