{"id":51490290,"url":"https://github.com/johnpatrickroach/surelook-holmes-mcp","last_synced_at":"2026-07-07T11:01:45.202Z","repository":{"id":328253181,"uuid":"1114819122","full_name":"johnpatrickroach/surelook-holmes-mcp","owner":"johnpatrickroach","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-12T02:38:22.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-13T05:21:07.218Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnpatrickroach.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-11T23:48:29.000Z","updated_at":"2025-12-12T02:38:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/johnpatrickroach/surelook-holmes-mcp","commit_stats":null,"previous_names":["johnpatrickroach/surelook-holmes-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/johnpatrickroach/surelook-holmes-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpatrickroach%2Fsurelook-holmes-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpatrickroach%2Fsurelook-holmes-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpatrickroach%2Fsurelook-holmes-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpatrickroach%2Fsurelook-holmes-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnpatrickroach","download_url":"https://codeload.github.com/johnpatrickroach/surelook-holmes-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpatrickroach%2Fsurelook-holmes-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35225029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-07T02:00:07.222Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-07T11:01:44.336Z","updated_at":"2026-07-07T11:01:45.187Z","avatar_url":"https://github.com/johnpatrickroach.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Surelook Holmes MCP Server\n\nA Model Context Protocol (MCP) server for Surelook Holmes, built with `fastmcp` and using SSE (Server-Sent Events) transport.\n\n## Prerequisites\n\n- Python 3.10+ (We recommend 3.12)\n- `uv` (optional, but recommended for dependency management)\n\n## Setup\n\n1. **Create Virtual Environment**\n     \n   Using `uv` (recommended):\n   ```bash\n   uv venv --python 3.12 .venv\n   ```\n   \n   Or using standard `python`:\n   ```bash\n   python3 -m venv .venv\n   ```\n\n2. **Install Dependencies**\n\n   ```bash\n   uv pip install -p .venv fastmcp supabase python-dotenv requests\n   # OR\n   source .venv/bin/activate\n   pip install fastmcp supabase python-dotenv requests\n   ```\n\n3. **Configure Environment Variables**\n\n   Create a `.env` file in the project root:\n   ```env\n   PUBLIC_SUPABASE_URL=your_project_url\n   PUBLIC_SUPABASE_PUBLISHABLE_DEFAULT_KEY=your_public_key\n   RAPIDAPI_KEY=your_rapidapi_key\n   ```\n\n## Running the Server\n\nRun the server using the configured transport (SSE):\n\n```bash\n.venv/bin/python mcp_server.py\n```\n\nBy default, this will start the server on http://127.0.0.1:8000 (or similar default port provided by fastmcp).\n\n## Features\n\n- **Tools**:\n  - `get_identity(identity_id)`: Retrieve a specific identity by ID.\n  - `update_identity(identity_id, ...)`: Update an identity's details (name, relationship_status, linkedin_url, headshot_media_url, metadata).\n  - `get_events(session_id)`: List events associated with a session.\n  - `create_event(type, content, ...)`: Create a new event (types: 'VISUAL_OBSERVATION', 'NOTES', 'AGENT_WHISPER').\n  - `get_notes(identity_id)`: Retrieve conversation notes for a specific identity.\n  - `take_notes(identity_id, content)`: Save a conversation note for an identity.\n  - `who_is_this(linkedin_url)`: Identify a person and fetch their latest details from LinkedIn using RapidAPI.\n\n- **Resources**:\n  - `system://info`: Basic system information.\n\n## Transport\n\nThis server uses `streamable_http` transport (Streamable HTTP).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnpatrickroach%2Fsurelook-holmes-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnpatrickroach%2Fsurelook-holmes-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnpatrickroach%2Fsurelook-holmes-mcp/lists"}