← smilecrp.ru

INDIVIDUAL MCP TOOL

smilecorp.admin.upsert_news

Create or update a news article by slug.

smilecrp.runone authenticationAvailability not checked

LIVE ENDPOINT

https://smilecrp.ru/mcp

No auth detected

Connect to this endpoint to inspect the live schema for smilecorp.admin.upsert_news and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

smilecrp.ru

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ru-smilecrp-site-admin]
url = "https://smilecrp.ru/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ru-smilecrp-site-admin": {
      "type": "http",
      "url": "https://smilecrp.ru/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ru-smilecrp-site-admin
Remote MCP URL: https://smilecrp.ru/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ru-smilecrp-site-admin": {
      "url": "https://smilecrp.ru/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ru-smilecrp-site-admin": {
      "type": "http",
      "url": "https://smilecrp.ru/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ru-smilecrp-site-admin",
  "transport": "streamable-http",
  "url": "https://smilecrp.ru/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • smilecorp.get_site_profile — Return canonical public facts, contact details, crawl rules, and discovery links for КОРПОРАЦИЯ УЛЫБОК.
  • smilecorp.list_public_endpoints — Return the public read endpoints and user-action endpoints that are safe to discover.
  • smilecorp.search_services — Search public SmileCorp dental services by a user-provided query.
  • smilecorp.admin.get_capabilities — Verify the authenticated admin session and return editable SmileCorp domains, safety rules, and recommended tool order.
  • smilecorp.admin.get_homepage_content — Read the runtime-editable homepage content JSON, including SEO metadata, AI summary title/body, hero text, hero fallback/control labels, hero slides, stats, founder/interview, doctors section copy/card fallbacks, pricing, gallery, FAQ, quiz, and final CTA.
  • smilecorp.admin.get_about_page — Read the runtime-editable /about page content JSON, including SEO metadata, hero, founder block, principles, clinic space tour, first-visit block, team section labels, and final CTA.
  • smilecorp.admin.get_booking_ui — Read the runtime-editable global booking modal and service estimate bar UI JSON, including validation messages, step headings, slot labels, success state, discount labels, payment labels, upload copy, legal consent labels, and estimate-bar copy.
  • smilecorp.admin.get_cookie_consent_ui — Read the runtime-editable cookie consent banner UI JSON, including title, description, icon image, legal links, action button labels, disclosure labels, category labels, and category descriptions.