← Registry

Learning Resources

opticiansfriend.com

Provides ophthalmic optics calculators, educational articles, and reference pages for opticians and patients.

1 endpoint8 known toolsFirst detected August 23, 2026Last detected August 23, 2026

ENDPOINT 1

https://www.opticiansfriend.com/mcp

No auth detected

MCP server metadata

Name
opticiansfriend
Version
1.0.0
Capabilities
tools
Server instructions

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

list_calculators

List every optics calculator with its input fields.

Inferred read-only
compute

Run 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-only
list_articles

List patient/optician education articles with titles, slugs, and summaries.

Inferred read-only
get_article

Read the full text of an article.

Inferred read-only
list_pages

List evergreen reference pages (study guide, optical history) with slugs.

Inferred read-only
get_page

Read the full text of a reference page.

Inferred read-only
get_equation

Get a formula and explanation from the Optics Study Guide by topic, e.g.

Inferred read-only
search

Search articles, reference pages, and calculators by keyword.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.