inou/docs/anthropic-submission.md

3.5 KiB

Anthropic MCP Connector Directory Submission

Target Date: January 26, 2026

Submission Checklist

Requirement Status Notes
OAuth 2.0 Authentication Done Authorization Code + PKCE
Tool Safety Annotations Done All 11 tools marked readOnlyHint
Privacy Policy Done https://inou.com/privacy-policy
DPA Done https://inou.com/legal/dpa
Security Page Done https://inou.com/security
Support Channel Done support@inou.com
Usage Examples Done docs/mcp-usage-examples.md (5 examples)
Test Account Manual Set email on Sophia dossier
Production Status Done No beta labels

OAuth Credentials

Client ID:     116516c4f757a300e422796bf00f7204
Client Secret: f5d2fe4f40258131cd6ab4c65a90afcde3a9ca4cb3f76d6979180bb001030a0b

OAuth Endpoints

Authorization URL: https://inou.com/oauth/authorize
Token URL:         https://inou.com/oauth/token
UserInfo URL:      https://inou.com/oauth/userinfo
Revoke URL:        https://inou.com/oauth/revoke

MCP Server Details

  • Name: inou
  • Version: 1.6.1 (Bridge)
  • Transport: stdio
  • Package: @anthropic/mcp-bridge-node (or direct install)

Available Tools (11 total, all read-only)

Tool Description
list_dossiers List patient dossiers accessible to the account
list_studies List imaging studies for a dossier
list_series List series within a study (filter by T1, FLAIR, etc.)
list_slices List slices in a series with position info
fetch_image Fetch slice image as PNG with optional windowing
fetch_contact_sheet Thumbnail grid for navigation (not diagnosis)
list_lab_tests List available lab tests
get_lab_results Get lab values with date range/latest filters
get_categories Get observation categories (genome, etc.)
query_genome Query variants by gene, rsid, or category
get_version Bridge and server version info

Test Account Setup (Manual Step)

The Sophia dossier has comprehensive test data:

  • Imaging: 17 studies, 91 series, 4601 slices (brain MRI, spine MRI, CT, X-rays)
  • Genome: 5989 variants
  • Dossier ID: 3b38234f2b0f7ee6

To enable reviewer access:

  1. Set an email on the Sophia dossier that Anthropic reviewers can receive
  2. Login uses magic link (email code)
  3. Share credentials via 1Password with Anthropic

SQL to set email:

UPDATE dossiers SET email = 'review@inou.com' WHERE dossier_id = '3b38234f2b0f7ee6';

Form Responses

Connector Name: inou

Short Description: Access your medical imaging (MRI, CT, X-ray), lab results, and genomic data. Let Claude analyze brain scans, interpret lab trends, and explain genetic variants.

Category: Health & Medical

Unique Value Proposition:

  • Only connector with DICOM imaging (MRI, CT, X-ray analysis)
  • Genomic variant interpretation
  • User-owned data (not tied to US health systems)
  • Global availability
  • FIPS 140-3 encryption

Example Prompts:

  1. "Can you look at my brain MRI and tell me if anything looks concerning?"
  2. "Check my vitamin D levels over the past year. Have they improved?"
  3. "I have MTHFR mutations. Can you explain what that means for my health?"
  4. "Look at my lumbar spine MRI, specifically the L4-L5 level."
  5. "What genetic factors might affect how I respond to antidepressants?"