← intuneready.com

INDIVIDUAL MCP TOOL

get_contact

Returns the URL where a human can start a conversation or book a free consultation.

intuneready.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://intuneready.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

intuneready.com

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.intuneready]
url = "https://intuneready.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "intuneready": {
      "type": "http",
      "url": "https://intuneready.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: intuneready
Remote MCP URL: https://intuneready.com/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": {
    "intuneready": {
      "url": "https://intuneready.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "intuneready": {
      "type": "http",
      "url": "https://intuneready.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "intuneready",
  "transport": "streamable-http",
  "url": "https://intuneready.com/mcp"
}
MCP Inspector

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

Related tools

  • get_offering — Returns what Intune Ready offers: the three fixed-price tiers with hour and cost ranges, the billing model, what a deployment covers, and the service area.
  • get_cloud_pc_offering — Returns the Cloud PC service line, which is separate from the Intune service: Windows 365 implementation (the primary service, with fixed-price setup tiers by number of users) and Azure Virtual Desktop implementation (for larger and multi-location teams, custom quote only).
  • get_partner_channel — Returns how Intune Ready takes on work through partners: MSPs routing overflow, specialty or rescue Intune projects, and independent IT contractors subcontracting or referring a client.
  • get_faq — Returns the general Intune Ready FAQ from the homepage, verbatim: licensing, cost, timelines, messy existing enrollments, and what happens after setup.
  • get_facts — Returns verifiable facts about the provider: background, Microsoft Partner Program membership, active certifications, the hands-on delivery record for Windows 365 and Azure Virtual Desktop, and public company and personal profile links (LinkedIn, Google Business Profile, Microsoft Learn).