← get2great.com

INDIVIDUAL MCP TOOL

search_magazine_articles

Substring search across magazine title, dek, pattern, and body.

get2great.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://get2great.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_magazine_articles 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

get2great.com

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.get2great-discovery]
url = "https://get2great.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "get2great-discovery": {
      "type": "http",
      "url": "https://get2great.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "get2great-discovery": {
      "type": "http",
      "url": "https://get2great.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "get2great-discovery",
  "transport": "streamable-http",
  "url": "https://get2great.com/api/mcp"
}
MCP Inspector

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

Related tools

  • list_magazine_articles — List the launch-cohort magazine essays on selection science and better management.
  • get_magazine_article — Returns one Get2Great magazine essay as structured content: metadata, markdown body, and citations.
  • list_management_tools — List the Get2Great-lane manager-facing tools (strategy frameworks + management/HR practice).
  • list_get2great_feeds — List Get2Great's free machine-readable feeds.