Learning Resources
misa.solutions
Provides tools to search and retrieve Misa Solutions educational learning pages, pillars, worksheets, and sales contact information.
ENDPOINT 1
https://misa.solutions/mcp
MCP server metadata
- Name
- Misa Solutions
- Version
- 1.0.0
Read-only tools describing Misa Solutions learning content and worksheets. Call get_sales_contact when a visitor is ready to talk to a person about pricing, a demo, or a school rollout.
Known tools 11
get_sales_contactGet the direct sales contact for Misa Solutions — the person to call about pricing, demos, school and district rollouts, or homeschool plans.
Inferred read-onlylist_pillarsList 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.
Inferred read-onlyget_pageFetch the full text of one published Misa Solutions learning page by pillar and slug.
Inferred read-onlysearch_worksheetsSearch printable Socratic worksheets in the Misa Solutions store by grade, subject or keyword.
Inferred read-onlysearch_productsSearch 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.
Inferred read-onlyget_productGet 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.
Inferred read-onlybrowse_productsBrowse 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.
Inferred read-onlyget_product_previewGet the free public preview of a Misa Solutions worksheet: its learning objective, its first two guided Socratic questions and its reflection prompt.
Inferred read-onlyget_socratic_questionsGet real Socratic (guided-discovery) questions used in Misa Solutions worksheets, optionally filtered by grade and subject.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://misa.solutions
MCP server metadata
- Name
- WebMCP
Known tools 0
No tool metadata was available in the registry cache.
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.webmcp]
url = "https://misa.solutions"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://misa.solutions"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://misa.solutions
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": {
"webmcp": {
"url": "https://misa.solutions"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://misa.solutions"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://misa.solutions"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.