# Noemic MCP server

Someone to talk to, for your user: coaches, mentors, accountability partners. First session free.

## Links
- Registry page: https://www.getdrio.com/mcp/app-noemic-noemic
- Repository: https://github.com/MorganFisher2007/Noemic
- Website: https://noemic.app

## Install
- Endpoint: https://noemic.app/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://noemic.app/mcp

## Tools
- get_started (Orient a first-time user) - Call this FIRST when a user has just connected or is unsure what Noemic is. The embedded panel presents marketplace context but has no action buttons. Present the four paths through Claude's native tappable choices; do not repeat the panel information. Endpoint: https://noemic.app/mcp
- begin_sign_in (Open secure Noemic sign-in) - Call only when the user is ready for an identity-bearing action. Returns a secure noemic.app URL where they log in or create an account and approve this conversation. Show only signInUrl; keep requestId and pollSecret private. Never ask for credentials in chat. Endpoint: https://noemic.app/mcp
- finish_sign_in (Finish secure Noemic sign-in) - After the user chooses 'I've signed in', exchange the private requestId and pollSecret from begin_sign_in. Pending means they have not approved yet; complete returns the private sessionToken. Never expose either secret. Endpoint: https://noemic.app/mcp
- logout (End a session) - Invalidate a sessionToken (e.g. on a shared device). After this the token no longer works and you must login again. Endpoint: https://noemic.app/mcp
- match_me (Find people for a need (server pre-ranker)) - PRIVATE fallback pre-ranker when list_people is too large for context. Returns at most three candidates as working material and NEVER renders a panel. Read silently, then call show_people with 1-3 selected IDs. Do not narrate ranking or results. Endpoint: https://noemic.app/mcp
- list_people (Read candidates privately) - PRIMARY PRIVATE DISCOVERY: first decide which formal factual constraints follow from the user's request, pass only those filters, then read every returned story and corpus silently. This tool NEVER renders to the user. Select 1-3 people and call show_people with the same filters. Never narrate the scan, count, filtering, or rejected profiles. Endpoint: https://noemic.app/mcp
- show_people (Show a clean shortlist) - THE ONLY user-visible shortlist. After silently reading list_people or match_me, pass 1-3 selected profile IDs plus the formal filters you actually applied. The panel displays one person at a time with local name selectors. Then render one Claude-native choice per person and one escape choice; no prose comparison or duplicate profile text. Endpoint: https://noemic.app/mcp
- get_person (Get one person) - Full profile (story + corpus) for one person by profile id. Endpoint: https://noemic.app/mcp
- get_availability (Get open session slots) - Open (unbooked, future) slots for a person, soonest first. Endpoint: https://noemic.app/mcp
- book_session (Book a session) - Book an open slot with a person. Pricing is automatic: first-ever session on the platform is free; otherwise an available session credit auto-redeems; otherwise the pro's self-set rate is charged. The result states what was paid — tell the user. Endpoint: https://noemic.app/mcp
- book_now (Start a session right now) - Instant session with someone whose availableNow is true: the booking starts immediately and the result carries the roomUrl — send the user straight in. Same pricing as book_session (free first session where offered, then credits, then the prorated rate — state the price first). Default 30 minutes. Endpoint: https://noemic.app/mcp
- set_available_now (Set the pro's instant-session status) - Pro-side presence has TWO parts: this controllable status (open/closed) AND recent activity — a pro shows as available-now only while their status is open AND they've been active in the last 15 minutes (their dashboard heartbeats while open; calling this tool also counts as activity). So: open it when the pro is genuinely at their desk, and if they stay only agent-side, re-call it within every 15 minutes to stay live. Available-now pros rank higher for urgent needs and are bookable via book_now. Endpoint: https://noemic.app/mcp
- complete_session (Mark a session completed) - Call after a session actually happened. The PRO earns a session credit they can spend as a client (the loop that keeps Noemic alive) and their quality record grows. Endpoint: https://noemic.app/mcp
- cancel_booking (Cancel a booking) - Cancel a confirmed booking: any charge is refunded, a redeemed credit is returned, and the slot reopens. Endpoint: https://noemic.app/mcp
- my_bookings (The user's bookings) - Bookings as client and as pro, soonest first. Endpoint: https://noemic.app/mcp
- become_available (Put the user on the marketplace) - Create the user's profile so others can book them. Draft everything from your conversation — their words, their experiences, what they'd be good at being in someone's corner for — and confirm with them before calling. No credentials needed, no review queue: the only qualification is being human. Rate is self-set (0 or omitted = free/credits-only; they earn a credit per session they run either way). Include availability if they told you when they're free. Endpoint: https://noemic.app/mcp
- my_profile (The user's own status on Noemic) - Status probe: does the user have a profile, what's missing to make it bookable, plus credits, upcoming sessions, and active commitments at a glance. Call this before assuming anything about the user's state — cheaper than asking them. Endpoint: https://noemic.app/mcp
- add_availability (Add open slots) - Add open session slots to the user's profile. endsAt defaults to one hour after startsAt. Endpoint: https://noemic.app/mcp
- add_to_my_corpus (Append to the user's corpus) - Append text to the user's agent-readable corpus (with their consent). Anything that would help future matching: new experiences, what a session with them is like, boundaries, wins from sessions they ran. Append-only and date-stamped. Endpoint: https://noemic.app/mcp
- update_my_profile (Update the user's profile) - Update display name, headline, story, rate, or listing/visibility flags. Endpoint: https://noemic.app/mcp
- create_commitment (Put money on a commitment) - The user stakes real money on doing a specific thing by a deadline. Succeed → refunded; fail → forfeited. Make the title concrete and checkable ('run 3x this week', not 'exercise more'). Follow up with the user before the deadline. Server-enforced cap: at most $500 of active stakes per user; the result reports remaining headroom. Endpoint: https://noemic.app/mcp
- resolve_commitment (Resolve a commitment) - Resolve an active commitment: succeeded → stake refunded; failed → stake forfeited. Self-report — ask the user directly and record their answer honestly. Endpoint: https://noemic.app/mcp
- my_commitments (The user's commitments) - All commitments with status and deadlines (active first). Check for approaching deadlines worth nudging about. Endpoint: https://noemic.app/mcp
- session_transcript (Read a session's transcript) - The consent-gated transcript of a session in the platform room. Participants only. During a LIVE session, poll with sinceMs set to the atMs of the last segment you saw (only newer segments return). Use it to supervise: understand where the conversation is, then send_cue when one would help. Endpoint: https://noemic.app/mcp
- send_cue (Whisper a cue to the pro mid-session) - Pro-only, during a live session. The cue appears quietly in the pro's room panel — the client never sees it. Discipline: ONE short cue (max 25 words), specific to what was actually said — a question worth asking, a dropped thread, a reminder to listen, a concrete next step. Silence is fine; never send generic advice. Endpoint: https://noemic.app/mcp
- write_debrief (Write the pro's post-session debrief) - Pro-only, after a session. Read the full transcript first (session_transcript), then write honestly and specifically, referencing actual moments: strengths = 2-3 things that worked; growth = the single most important thing to do differently and where it mattered; drill = one concrete exercise before the next session. One debrief per session; it feeds the pro's quality record and their my_coaching history. Endpoint: https://noemic.app/mcp
- session_debrief (The AI debrief for a session the user ran) - After a session ends, the pro gets a private AI debrief (what worked, what to change, a drill to practice). Pro-only: the email must be the session's pro. Use it to help your user prepare for their next session. Endpoint: https://noemic.app/mcp
- my_coaching (The user's coaching development record) - All AI debriefs from sessions the user ran as the pro, newest first — their private improvement record. Read it before their next session and coach them on the recurring growth themes. This is how someone new gets good fast. Endpoint: https://noemic.app/mcp
- file_brief (File what the user needs) - The demand side is a filed document, not a search: privately write a few real sentences (situation, what kind of person would help, desired cadence) and let it stand anonymously, converging as people join. Never paste or read the draft back to the user. Returns today's candidates as private working material; select up to three and call show_people. Check my_briefs on later visits. Endpoint: https://noemic.app/mcp
- my_briefs (The user's briefs, freshly matched) - All briefs with matching re-run against today's marketplace plus any intros received. Call when your user returns — new people may have joined since the brief was filed. Endpoint: https://noemic.app/mcp
- open_briefs (What people are waiting for) - Open briefs, anonymous (the need, never the person). For the supply side: show a pro what demand exists, or a hesitant would-be pro that people are already waiting for someone like them. Reach toward one with send_intro(briefId). Endpoint: https://noemic.app/mcp
- close_brief (Close a brief) - Close an open brief (found someone, or the need passed). Endpoint: https://noemic.app/mcp
- send_intro (Reach toward someone) - Send a short real intro through the platform (no emails exposed). Two directions: profileId — your user reaching toward a person whose story fits; briefId — your user (who has a profile) reaching toward an open need. Acceptance creates a connection. Endpoint: https://noemic.app/mcp
- my_intros (Intros waiting for the user's answer) - Pending intros addressed to the user. Respond with respond_intro. Endpoint: https://noemic.app/mcp
- respond_intro (Accept or decline an intro) - Accepting creates the CONNECTION — the standing relationship where messages, sessions, artifacts, and witnessed commitments live. If your user is the client side, immediately port_context so their person knows exactly what is going on. Endpoint: https://noemic.app/mcp
- port_context (Port the context into a connection) - Client-side only, with the user's consent: write the full situation into the connection — what is going on, history, what has been tried, what they want — so their person starts knowing everything. Replaces the intake interview. Update it as things evolve; the pro and their agent read it. Endpoint: https://noemic.app/mcp
- my_connections (The user's standing relationships) - Every connection: who, context brief, last message, active witnessed commitments. The relationships you are responsible for keeping alive. Endpoint: https://noemic.app/mcp
- send_message (Send a message in a connection) - Async relay between the two people (agents deliver both ways). The daily two-line check-in lives here — cadence beats duration. Endpoint: https://noemic.app/mcp
- check_messages (Unread messages across all connections) - The heartbeat: call whenever your user shows up. Returns unread messages from all their connections (marked delivered). Relay them in the person's own words. Endpoint: https://noemic.app/mcp
- create_artifact (Design an exercise) - Pro-side: design an interactive exercise ONCE (thought record, weekly review, values check — see coaching_playbook topic artifact_patterns). The script is instructions a client's agent follows to run it conversationally. Public artifacts join the shared library. Endpoint: https://noemic.app/mcp
- artifact_library (The shared exercise library) - Public artifacts from all pros, ranked by real adoption. Search in plain language ('procrastination', 'reframing', 'weekly accountability'). Assign any of them — assigning from the library is how good exercises spread. Endpoint: https://noemic.app/mcp
- my_artifacts (The pro's own artifacts) - Artifacts this pro designed, with adoption counts. Endpoint: https://noemic.app/mcp
- assign_artifact (Assign an exercise into a connection) - Pro-side: assign an artifact (yours or from the library) to a client, with an optional note. Best moment: as a session lands, one artifact at a time. The client's agent administers it and the result comes back into the connection. Endpoint: https://noemic.app/mcp
- my_assignments (Exercises waiting for the user) - Client-side: pending exercises assigned by the user's people. Run each script conversationally at a good moment — you are the facilitator — then complete_assignment with the substance of what emerged. Endpoint: https://noemic.app/mcp
- complete_assignment (Post an exercise result back) - After administering an assigned exercise: post back what the script asked for. The result lands in the connection where their person (and their person's agent) sees it. Endpoint: https://noemic.app/mcp
- coaching_playbook (Evidence-based coaching practice) - The curriculum you coach your pro with: active_listening, powerful_questions, cbt_basics, motivational_interviewing, accountability_structures, session_structure, boundaries_and_referral, artifact_patterns. No topic returns the index. Ground your cues, debriefs, and artifact designs in this. Endpoint: https://noemic.app/mcp
- my_credits (The user's session credits) - Unredeemed session credits (earned by running sessions). They auto-redeem on the next paid booking. Endpoint: https://noemic.app/mcp

## Resources
- ui://noemic/kickoff.html - Inline kickoff panel for MCP Apps hosts (Claude web / Desktop): what Noemic is in one line and the honest marketplace counts. Informational by design: Claude presents the four turn-advancing paths through its native tappable choices. Hosts without panels keep the complete text result. MIME type: text/html;profile=mcp-app
- ui://noemic/people.html - Compact shortlist panel for MCP Apps hosts (Claude web / Desktop): show_people renders at most three candidates, one at a time, with local name selectors, formal filters, rate, headline, story excerpt, availability and free-first-session status. Full stories expand locally; Claude-native choices handle selecting a person and advancing toward an intro or booking. Hosts without panels keep the full text results. MIME type: text/html;profile=mcp-app
- ui://noemic/profile-preview.html - Inline draft-profile preview for MCP Apps hosts (Claude web / Desktop): the profile exactly as it would appear (headline, story, corpus under a fold, rate, free-first status) plus become_available's quality notes as amber warnings. Claude-native choices handle Publish / Revise; publishing still requires the agent to call become_available with publish: true, so the preview-approve-publish gate is unchanged. Hosts without panels keep the full text preview. MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: app.noemic
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
