Learning Resources
opticiansfriend.com
Provides ophthalmic optics calculators, educational articles, and reference pages for opticians and patients.
ENDPOINT 1
https://www.opticiansfriend.com/mcp
MCP server metadata
- Name
- opticiansfriend
- Version
- 1.0.0
OpticiansFriend is an educational optics site for opticians and students. These tools return published reference content and run the site's verified optics calculators. This is education, NOT medical advice. `compute` performs ophthalmic optics math (transposition, vertex, prism, tilt, etc.); call list_calculators first to see each calculator's inputs. Do not send personal health information.
Known tools 8
computeRun the site's verified ophthalmic optics engine: transposition, vertex distance, Prentice's rule, meridional power, sagitta, spectacle magnification, and oblique (pantoscopic + face-form) tilt compensation.
Inferred read-onlylist_articlesList patient/optician education articles with titles, slugs, and summaries.
Inferred read-onlylist_pagesList evergreen reference pages (study guide, optical history) with slugs.
Inferred read-onlyget_equationGet a formula and explanation from the Optics Study Guide by topic, e.g.
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.opticiansfriend]
url = "https://www.opticiansfriend.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"opticiansfriend": {
"type": "http",
"url": "https://www.opticiansfriend.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: opticiansfriend
Remote MCP URL: https://www.opticiansfriend.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": {
"opticiansfriend": {
"url": "https://www.opticiansfriend.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"opticiansfriend": {
"type": "http",
"url": "https://www.opticiansfriend.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "opticiansfriend",
"transport": "streamable-http",
"url": "https://www.opticiansfriend.com/mcp"
}
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.