94 lines
3.4 KiB
Markdown
94 lines
3.4 KiB
Markdown
# Anthropic MCP Connector Directory Submission
|
|
|
|
**Target Date:** March 2026
|
|
|
|
## Submission Checklist
|
|
|
|
| Requirement | Status | Notes |
|
|
|-------------|--------|-------|
|
|
| OAuth 2.0 Authentication | Done | Authorization Code + PKCE |
|
|
| Dynamic Client Registration | Done | RFC 7591 at /register |
|
|
| Tool Safety Annotations | Done | All 7 tools marked readOnlyHint |
|
|
| OAuth Discovery | Done | /.well-known/oauth-authorization-server |
|
|
| Protected Resource Metadata | Done | /.well-known/oauth-protected-resource |
|
|
| OpenID Configuration | Done | /.well-known/openid-configuration |
|
|
| 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 | Done | Jane Doe dossier (1111111111111111) |
|
|
| Production Status | Done | No beta labels |
|
|
|
|
## 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
|
|
Registration URL: https://inou.com/register
|
|
```
|
|
|
|
Claude registers itself dynamically via `/register` (RFC 7591). No pre-shared credentials needed.
|
|
|
|
## MCP Server Details
|
|
|
|
- **Name:** inou-health
|
|
- **Version:** 1.0.0
|
|
- **Transport:** Streamable HTTP
|
|
- **Endpoint:** https://inou.com/mcp
|
|
- **Protocol Version:** 2025-06-18
|
|
- **Authentication:** OAuth 2.0 (dynamic client registration)
|
|
|
|
## Available Tools (7 total, all read-only)
|
|
|
|
| Tool | Description |
|
|
|------|-------------|
|
|
| `list_dossiers` | List patient dossiers accessible to the account |
|
|
| `list_categories` | List data categories and counts for a dossier |
|
|
| `list_entries` | Query entries by category, type, parent, search term |
|
|
| `fetch_image` | Fetch DICOM slice as image with optional windowing |
|
|
| `fetch_contact_sheet` | Thumbnail grid for series navigation |
|
|
| `fetch_document` | Fetch document content for an entry |
|
|
| `get_version` | Server version info |
|
|
|
|
## Test Account
|
|
|
|
The Jane Doe dossier is the review account:
|
|
- **Dossier ID:** 1111111111111111
|
|
- **Imaging:** 1 study (brain MRI), 4 series (SAG T1, AX T2, COR T1+, AX FLAIR), 113 slices
|
|
|
|
To enable reviewer access, set an email on the Jane Doe dossier that Anthropic reviewers can receive. Login uses magic link (email verification code).
|
|
|
|
## 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?"
|
|
|
|
## Links to Include
|
|
|
|
- Website: https://inou.com
|
|
- Privacy Policy: https://inou.com/privacy-policy
|
|
- Security: https://inou.com/security
|
|
- DPA: https://inou.com/legal/dpa
|
|
- Support: support@inou.com
|