QUICK NAVIGATION

Find a page.

Use the arrow keys to choose a result, Enter to open it, or Escape to close.

LAB / 04 / AI CONNECTION CONSOLE

See what a connected AI app reads.

This is an interactive look at the information an AI app can request from my site. Choose a request to see the response. The technical format is shown below, so developers can inspect it too.

STEP 1 · WHAT AN AI APP READS FIRST

My published profile GET /api/profile.jsonLoading
Waiting for response…
Available AI connections GET /api/mcpLoading
Waiting for response…

These examples show information an AI app can read. Reading it doesn't book an appointment or contact me.

STEP 2 · CHOOSE A REQUEST TO TRY

Loading the console…

POST /api/mcp

This is structured data: named fields that software can read.

ResponseIdle
Run a request to see the raw JSON-RPC response here.

Requests run on this page

    Try it from an AI app too. Ask it: "Show me Patrick's résumé."

    Technical details

    Your browser talks to the same endpoint an AI app does, /api/mcp, over Streamable HTTP. Each message is JSON-RPC: you send a method and its parameters, and the server answers with text content plus structured content.

    Headers sent: Content-Type: application/json and Accept: application/json, text/event-stream. The server answers each request statelessly, so no session id is needed. Tool results carry both content[] text and structuredContent.

    Disabled booking request

    Booking is not enabled on this server. The request below is included so developers can see the refusal, not as a visitor action.

    Appointment requests are disabled. A separate note tool accepts short messages for review before publication.

    For developers: the source file behind this experiment is src/scripts/mcp-console.js. It is not a public code link. · How this site is built

    Connect your own AI app · ← Back to experiments

    Have a project in mind?

    Tell me what you'd like to build or improve. We can talk through what you need and whether I can help.

    Book a call with mepatrick@epiphanydynamics.ai