accelsius
Accelsius publishes NO hosted or remote MCP server. Searched the site, the /.well-known/ surface and the public registries on 2026-08-06 and found none; there is no mcp.accelsius.com host, no /llms.txt, and no reference to MCP, the Model Context Protocol or agents anywhere on accelsius.com. The tool list below is a CANDIDATE derived mechanically from the twenty-three anonymously-readable OpenAPI operations in this repo — one tool per operationId. It is a proposal for what an MCP server over this surface would expose, not something Accelsius offers. Each tool's real input contract is the `parameters` block of its backing operation in the referenced spec.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport http
Tools
list_resources— List Accelsius resource-library items — blog posts, white papers, case studies, infographics, podcasts, videos and press releases. Filter by category or tag.get_resource— Get a single Accelsius resource-library item by its numeric ID.list_news— List curated third-party press coverage of Accelsius.get_news_item— Get a single news item by its numeric ID.list_pages— List the static marketing, product, company and legal pages of accelsius.com — the NeuCool IR150 and MR250 product pages, the technology explainers, services, partners and FAQ.get_page— Get a single site page by its numeric ID, including its rendered HTML body.list_media— List media-library attachments. Filter by mime_type=application/pdf to retrieve the published white papers, studies and infographics.get_media_item— Get a single attachment, including its source URL and generated size variants.list_categories— List the content-class categories (blog, white-paper, case-study, podcast, video, ...).get_category— Get a single category term by ID.list_tags— List the topic tags (2pd2c-education, neucool-products, scientific-research, ...).get_tag— Get a single topic tag by ID.list_media_folders— List the HappyFiles folders organising the media library.get_media_folder— Get a single HappyFiles media folder by ID.list_post_types— List the content types registered on the site, including the `news` custom type.get_post_type— Get the registration record for one content type.list_taxonomies— List the taxonomies registered on the site.get_taxonomy— Get the registration record for one taxonomy.list_statuses— List the publication statuses visible to the caller.get_status— Get the registration record for one publication status.search_accelsius— Search across every searchable object on accelsius.com and return lightweight id/title/url/type records. The cheapest way to resolve a title or URL to a numeric ID.get_root_index— Fetch the WordPress route-discovery document — 387 routes across 16 namespaces. Pass `_fields` unless you want 285KB.get_wp_v2_index— Fetch the wp/v2 namespace discovery document with full argument schemas.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.