← misa.solutions

INDIVIDUAL MCP TOOL

get_location_context

Get verified U.S.

misa.solutionsnone authenticationAvailability not checked

LIVE ENDPOINT

https://misa.solutions/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

misa.solutions

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

.mcp.json

{
  "mcpServers": {
    "misa-solutions": {
      "type": "http",
      "url": "https://misa.solutions/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_sales_contact — Get the direct sales contact for Misa Solutions — the person to call about pricing, demos, school and district rollouts, or homeschool plans.
  • list_pillars — List the six Misa Solutions learning pillars — each covers a different audience (K-12 learners, schools and teachers, college and test prep, business training, trading education, prompt library) and lives on its own subdomain.
  • search_pages — Search published Misa Solutions learning pages by keyword.
  • get_page — Fetch the full text of one published Misa Solutions learning page by pillar and slug.
  • search_worksheets — Search printable Socratic worksheets in the Misa Solutions store by grade, subject or keyword.
  • search_products — Search every teaching resource in the Misa Solutions store — worksheets, bundles, full-year planners, pacing guides and classroom items — by keyword, grade, subject, resource type, US state, standards framework, class or standard code.
  • get_product — Get the full public details of one Misa Solutions store product by its slug: what it is, who it is for, what it includes, grade, subject, standards, licence, price, and whether a free sample exists.
  • browse_products — Browse the Misa Solutions store along one dimension: by grade, subject, resource type, US state, standards framework, class, audience (teacher / homeschool / classroom), or free resources only.