Skip to content

Public MCP runtime

Bring BishopTech into the conversation.

Connect https://www.bishoptech.dev/api/mcp to a compatible ChatGPT or Codex host. Public research is bounded. The audit, chat transcript, and request tools stay explicit and consent-gated.

What is connected

A useful public front door, with the boundary visible.

The endpoint is an adapter over BishopTech's public catalog, existing homepage agent, and audit domain logic. It does not turn the public site into an admin console or give a model arbitrary browsing and database powers.

Write tools require explicit arguments. Audits require a selected verified listing or public website, contact details, consent, and an idempotency key. Visitor follow-up is placed in the existing approval queue; it is not sent unattended.
SurfaceWhat it doesEffect
get_public_capabilitiesRead the public capability catalog, endpoint map, and side-effect rules.No side effect
get_public_manifestRead the versioned MCP contract, resources, prompts, limits, and security boundary.No side effect
list_public_pagesList the bounded canonical public pages available to the host.No side effect
search_public_pagesSearch canonical pages by topic, service, guide, or editorial subject.No side effect
read_public_pageRead one allowlisted canonical page as Markdown with its source metadata.No side effect
get_public_service_catalogRead structured public service lanes and canonical links.No side effect
get_public_project_catalogRead structured public project examples and canonical links.No side effect
get_public_faqsRead bounded structured FAQ content from the public site.No side effect
get_audit_optionsChoose the right audit path without starting an audit.No side effect
search / fetchFind and read bounded canonical BishopTech pages, services, projects, FAQs, and guides using company-knowledge-compatible names.No side effect
render_audit_widgetOpen the blank audit form inside a compatible MCP App host.No side effect
search_audit_businessesFind public Google listing candidates for a local or no-website audit.External read
run_public_auditRun the selected audit and save the report and lead after the visitor submits consented details.Creates report + lead
render_chat_widgetOpen the animated BishopTech concierge with a resumable session.No side effect
chat_with_bishopContinue the bounded homepage concierge conversation; the transcript may be persisted.Chat write
capture_visitor_leadSave a visitor-approved request and queue follow-up for owner approval.Lead + approval queue
recommend_public_auditOffer an audit recommendation prompt without running an audit or creating a lead.No side effect
Public skillsExpose audit, concierge, and public-research instructions through the MCP skills extension and skill resources.Read-only

Public route map

Everything public that sits around the MCP front door.

/api/mcp

Primary Streamable HTTP MCP endpoint for all tools, MCP App resources, prompts, and public skills.

/api/capabilities

JSON capability catalog with public REST/MCP paths and side-effect rules.

/api

Human-readable REST and OpenAPI entry point, including the MCP setup link.

/openapi.json

Typed REST contract for the public contact, readiness, health, and discovery operations.

/agent-instructions.md

Machine-readable guidance for when and how an agent should use BishopTech.

/llms.txt

Full public retrieval map with canonical page priorities and MCP links.

/api/contact

Explicit REST consultation request route; creates a lead and may notify the owner.

/api/readiness-check/scan

Explicit REST website readiness scan; crawls the submitted public site and stores a report.

/api/ai/bishop-agent

Existing bounded homepage concierge stream.

/api/ai/bishop-agent/lead

Existing explicit homepage concierge lead capture route.

Setup

Add the same endpoint to the host you already use.

ChatGPT web

01
  1. 1. Open ChatGPT on the web and go to Settings → Security and login → Developer mode.
  2. 2. Use Plugins → plus → Create developer-mode app and enter the MCP endpoint below.
  3. 3. Save it, enable the app from the composer, and refresh the tool list if needed.
https://www.bishoptech.dev/api/mcp

ChatGPT may ask for confirmation before a write action. That is expected for an audit, chat transcript, or visitor request.

ChatGPT mobile

02

The current official setup guidance documents custom Developer Mode app creation on ChatGPT web, not a separate mobile setup flow. Configure and enable the app on the web under the same account or workspace first.

  • If the connected app is surfaced in the mobile app, select it there.
  • If it is not surfaced, use the mobile homepage at bishoptech.dev; the existing concierge and audit flow are responsive.

Do not treat the mobile fallback as proof that a custom MCP connection was configured; the host controls which apps it exposes.

ChatGPT desktop app

03
  1. 1. Open Settings → MCP servers → Add server.
  2. 2. Choose Streamable HTTP, enter the endpoint, save, and restart if the app asks.
  3. 3. Use /mcp in the composer to select the server.
https://www.bishoptech.dev/api/mcp

Codex CLI or IDE

04

Add the remote Streamable HTTP server to the Codex host configuration.

codex mcp add bishoptech --url https://www.bishoptech.dev/api/mcp
codex mcp list

The desktop app, Codex CLI, and IDE extension share the configured Codex host. A project-local .codex/config.toml can also define the server:

[mcp_servers.bishoptech]
url = "https://www.bishoptech.dev/api/mcp"
enabled = true

Try it naturally

The host should make the tool choice for the request.

Can you have BishopTech run an audit on my website?

The host should open the blank audit widget first. It can search a verified listing or accept a public website, then wait for the visitor to submit the consented run form.

I need to chat with BishopTech.

The host should open the visual concierge widget. Chat turns use the existing bounded homepage agent; the request form appears only when the visitor asks to send context.

What does BishopTech build?

The host can use search, fetch, and the public service/project/FAQ catalogs without opening a write flow.

Public skills

A small skill catalog for hosts that support it.

BishopTech advertises the draft io.modelcontextprotocol/skills extension with audit-operator, concierge, and public-research instructions. Hosts that do not support the extension can still use the ordinary tools and widgets.

Audit operator

Choose, verify, consent, run.

Concierge

Chat, ground, capture.

Public research

Search canonical sources.

Official references

Host behavior changes over time.

Use the current host documentation for account availability, confirmation behavior, and supported transports.