Talandor
Public MCP report

mcp.goji.agency

https://mcp.goji.agency/mcp

Official Registry

Official Registry · agency.goji/goji · Publisher: agency.goji

Last observed

Operational
Can I use it?

The endpoint is working

Talandor confirmed a public MCP contract. To use its tools, add the endpoint to a compatible MCP client below.

https://mcp.goji.agency/mcp
Tools9
AuthNo authentication challenge observed
Protocol2026-07-28
Transportstreamable-http
Evidence completenessPublic contract observed
Latency679 ms

Setup guidance

Compatibility is inferred from published configuration rules and is not manually verified in each client.

Show client compatibility details
Claude
Observed 2026-07-28.
Likely compatible · inferred
Cursor
Streamable HTTP and public HTTPS were observed.
Likely compatible · inferred
ChatGPT
Public tool names, descriptions and schemas were observed. Plan and workspace access still apply.
Likely compatible · inferred
VS Code
Public remote HTTP configuration can be assessed.
Likely compatible · inferred
Generic MCP
Observed 2026-07-28.
Likely compatible · inferred

Rule evidence: Remote HTTPS rule v0.2 · reviewed 2026-09-12 · Remote HTTP rule v0.2 · reviewed 2026-09-12 · Remote app rule v0.2 · reviewed 2026-09-12 · Protocol and transport rule v0.2 · reviewed 2026-09-12

What changed

The latest complete public snapshot has been compared with the previous one.

No semantic contract changes were detected in the latest complete snapshot.

Evidence and limitations

Method: anonymous Streamable HTTP probe. We never invoke a tool.

Attempted protocols: 2026-07-28

Protocol2026-07-28
Transportstreamable-http
AuthNo authentication challenge observed
EvidencePublic contract observed
Total latency679 ms
Response bytes6111

No diagnostic errors.

Server-provided content. Tool names, descriptions and schemas below are copied from the MCP server. They may be in another language. Talandor does not translate or verify them.
Tools and declared exposure

Server annotations are declarations, not verified behavior.

Show 9 of 9 server-provided tool definitions
goji_answer_faq
No effect details provided
Show server-provided details
Search GOJI’s published answers
Server description (copied; language not verified)
Search the questions GOJI has already answered publicly — pricing, timelines, engagement models, what AEO is, how long results take, whether guarantees are possible. Every published answer across the home page, the pricing page, the service pages, the specialism and location pages, and the insight articles. Best tool for "how much", "how long" and "do we need" questions.
Input schema (server-provided preview — do not copy)
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "question": {
      "description": "A word or phrase, e.g. \"cost\", \"how long\", \"guarantee\"",
      "minLength": 2,
      "type": "string"
    }
  },
  "required": [
    "question"
  ],
  "type": "object"
}
goji_browse_glossary
No effect details provided
Show server-provided details
Browse the GOJI plain-English glossary
Server description (copied; language not verified)
List GOJI's plain-English glossary — every term, across AI Visibility, Websites, Measurement, AI Builds and Brand. Filter by category to get each short definition as well as the name.
Input schema (server-provided preview — do not copy)
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "category": {
      "description": "Omit for the full A–Z index",
      "enum": [
        "AI Visibility",
        "Websites",
        "Measurement",
        "AI Builds",
        "Brand"
      ],
      "type": "string"
    }
  },
  "type": "object"
}
goji_explain_term
No effect details provided
Show server-provided details
Explain a term in plain English
Server description (copied; language not verified)
Explain a marketing, SEO, AEO, web or branding term the way GOJI defines it — in plain English, with why it matters, how it works and what to do about it. Covers every term in GOJI's plain-English glossary. Accepts an acronym or the full name ("AEO" or "answer engine optimisation").
Input schema (server-provided preview — do not copy)
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "term": {
      "description": "The term to explain",
      "minLength": 1,
      "type": "string"
    }
  },
  "required": [
    "term"
  ],
  "type": "object"
}
goji_get_service
No effect details provided
Show server-provided details
What GOJI does
Server description (copied; language not verified)
The four things GOJI does — Search + AI Visibility (SEO and AEO), Websites, AI Builds, and Brand — what each one covers, and the questions clients ask about it. Omit the slug for all of them.
Input schema (server-provided preview — do not copy)
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "service": {
      "description": "Service slug, e.g. \"website-development\". Omit to list every service line.",
      "type": "string"
    }
  },
  "type": "object"
}
goji_guide_contents
No effect details provided
Show server-provided details
Contents of "Be the Answer"
Server description (copied; language not verified)
The table of contents for "Be the Answer", GOJI's guide to AI visibility — how answer engines choose sources, how to audit your brand in ChatGPT, and what to do about it. Use goji_read_guide_chapter to read one.
Input schema (server-provided preview — do not copy)
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {},
  "type": "object"
}
goji_read_guide
No effect details provided
Show server-provided details
Read a GOJI long-form guide
Server description (copied; language not verified)
Read one of GOJI's practical long-form guides. Includes published Australian pricing: "How much does a website cost in Australia?" and "What does branding cost?". Also covers AEO, headless CMS, engagement models, first AI builds and website relaunches. Omit the slug to list them.
Input schema (server-provided preview — do not copy)
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "guide": {
      "description": "Guide slug, e.g. \"website-cost-australia\". Omit to list every guide.",
      "type": "string"
    }
  },
  "type": "object"
}
goji_read_guide_chapter
No effect details provided
Show server-provided details
Read a chapter of "Be the Answer"
Server description (copied; language not verified)
Read one full chapter of GOJI's AI-visibility guide, by number or slug. Use goji_guide_contents first if you do not know which chapter you want.
Input schema (server-provided preview — do not copy)
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "chapter": {
      "anyOf": [
        {
          "maximum": 9007199254740991,
          "minimum": 1,
          "type": "integer"
        },
        {
          "type": "string"
        }
      ],
      "description": "Chapter number, or its slug"
    }
  },
  "required": [
    "chapter"
  ],
  "type": "object"
}
goji_search
No effect details provided
Show server-provided details
Search everything GOJI has published
Server description (copied; language not verified)
Search GOJI's published material — the plain-English glossary, the AI-visibility guide "Be the Answer", insight articles and long-form guides. Use this first when you don't already know which GOJI page answers the question. Returns titles, summaries and URLs to cite.
Input schema (server-provided preview — do not copy)
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "limit": {
      "default": 8,
      "maximum": 20,
      "minimum": 1,
      "type": "integer"
    },
    "query": {
      "description": "What to look for, e.g. \"AEO\", \"website cost\", \"rebrand\"",
      "minLength": 2,
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "type": "object"
}
goji_start_enquiry
Annotation present; effect not classified
Show server-provided details
Send an enquiry to GOJI
Server description (copied; language not verified)
Send a real enquiry to GOJI's studio inbox in Melbourne. Only call this after the person has explicitly asked to be put in touch AND has given you their email address. Do not call it speculatively, and do not invent any detail — if you are missing the name, email or what they need, ask them first. Confirm the email address back to them before sending.
Input schema (server-provided preview — do not copy)
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "assistant": {
      "description": "Which assistant is sending this, e.g. \"Claude\" or \"ChatGPT\"",
      "maxLength": 100,
      "type": "string"
    },
    "budget": {
      "maxLength": 200,
      "type": "string"
    },
    "company": {
      "maxLength": 200,
      "type": "string"
    },
    "consent": {
      "const": true,
      "description": "The person explicitly asked you to send this enquiry on their behalf",
      "type": "boolean"
    },
    "email": {
      "description": "Their email, as they gave it to you",
      "maxLength": 200,
      "minLength": 3,
      "type": "string"
    },
    "message": {
      "description": "What they are trying to do, in their own words where possible",
      "maxLength": 4000,
      "minLength": 20,
      "type": "string"
    },
    "name": {
      "description": "Who is enquiring",
      "maxLength": 200,
      "minLength": 1,
      "type": "string"
    },
    "timeline": {
      "maxLength": 200,
      "type": "string"
    }
  },
  "required": [
    "consent",
    "email",
    "message",
    "name"
  ],
  "type": "object"
}

How to use this MCP

Talandor checks the server; it does not connect the server to your assistant.

Choose your client below, then copy the endpoint or configuration. Authentication is completed with the MCP provider, never inside Talandor.

Open the official client guide (opens in a new tab)
Observation history
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Operational
2026-07-28 · 9 tools
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a
Complete public contract · 2026-07-28 · 9 tools
f4837966191a

Deep monitoring eligibility

Eligible for deep monitoring

A complete public tools/list contract was observed, so a future deep-monitoring baseline can be compared safely.

Personal monitoring and alerts are coming soon. This report does not create a watch, payment or external email.

See public monitoring
Full Watch · 9 €/month

Watch this MCP

Availability, protocol, auth and public tool contract changes can be compared.

Full WatchAvailability, protocol, auth and public tool contract changes
Surface WatchAvailability, TLS, protocol and auth surface — no private tool diff

One plan covers up to five endpoints. Watch is not open in this deployment: no payment, account or external email is created from this page.

See Watch coverage and status