← jesseg.io

INDIVIDUAL MCP TOOL

get_playbook_full

Fetch full structured playbook JSON via x402.

jesseg.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://jesseg.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_playbook_full and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

jesseg.io

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.jesseg-io]
url = "https://jesseg.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "jesseg-io": {
      "type": "http",
      "url": "https://jesseg.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "jesseg-io": {
      "type": "http",
      "url": "https://jesseg.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "jesseg-io",
  "transport": "streamable-http",
  "url": "https://jesseg.io/mcp"
}
MCP Inspector

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

Related tools

  • get_site_context — Return llms.txt factual site context for jesseg.io
  • get_entity_graph — Return Entity Graph v2 JSON for Jesse Gabriellini and the public project network
  • get_health_status — Return GET /api/health JSON status payload
  • get_feed — Return syndicated writing RSS feed XML
  • search_writing — Search writing slugs and topics.
  • list_playbooks — Return the free playbook catalog (slug, price, preview URL).
  • get_x402_manifest — Return the x402 manifest with paid playbook endpoints and buyer policy.