Learning Resources
mentorsoutreach.org
Exposes public Mentors Outreach data including health status, mentoring programs, events, opportunities, and learning resources.
ENDPOINT 1
https://mentorsoutreach.org/mcp
MCP server metadata
- Name
- io.mentorsoutreach/public-catalog
- Version
- 1.0.0
Public catalog only. Use tools for health, published programs, public events, open opportunities, and published resources. Do not request participant or safeguarding data. Scope catalog:read. Authentication is not required.
Known tools 6
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.io-mentorsoutreach-public-catalog]
url = "https://mentorsoutreach.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"io-mentorsoutreach-public-catalog": {
"type": "http",
"url": "https://mentorsoutreach.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: io-mentorsoutreach-public-catalog
Remote MCP URL: https://mentorsoutreach.org/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": {
"io-mentorsoutreach-public-catalog": {
"url": "https://mentorsoutreach.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"io-mentorsoutreach-public-catalog": {
"type": "http",
"url": "https://mentorsoutreach.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "io-mentorsoutreach-public-catalog",
"transport": "streamable-http",
"url": "https://mentorsoutreach.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://mentorsoutreach.org
MCP server metadata
- Name
- WebMCP
Known tools 5
search_siteSearch Mentors Outreach public pages by keyword. Use for navigation and public catalog discovery. Does not search participant, application, relationship, or safeguarding records.
Inferred read-onlylist_public_programsList published Mentors Outreach mentoring programs organisations have made public.
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.webmcp]
url = "https://mentorsoutreach.org"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://mentorsoutreach.org"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://mentorsoutreach.org
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://mentorsoutreach.org"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://mentorsoutreach.org"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://mentorsoutreach.org"
}
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.