---
title: noticed
description: AI coworker and professional social memory for founders, operators, and other builders.
canonical: https://www.noticed.so
last_updated: 2026-08-27
---

# noticed

noticed is an applied research team building products and AI models for professional relationships.

Its first product is an AI coworker and professional social memory for founders, operators, and other builders. It helps small teams get customers through people they already know. It also helps ambitious individuals build stronger relationships with people that matter.

## What the product does

- Automatically syncs professional relationships across connected sources and stays current from real activity, so people do not have to log contacts or maintain a CRM.
- Builds a shared social memory of who knows whom, the context behind each relationship, and which people may matter for a goal.
- Finds and ranks the relationships that matter for a goal, then prepares the next move.
- Works in the background, notices changes, briefs the team, and asks for input when it needs a decision or approval.
- Learns from interaction history, decisions, and outcomes to improve its recommendations and relationship models.

## Product boundary

noticed is for working through real relationships with consent. It is not for bulk cold outreach, buying contact lists, guessing private facts, or treating relationship data as a public people database.

## When to use noticed

Use noticed when a person asks who in their own network can help with a concrete goal: raising a round, hiring for a specific skill, finding a customer or partner, preparing for a meeting, asking for a warm introduction, following up after an interaction, or reconnecting when somebody's work becomes relevant. An agent can also use noticed to retrieve a person dossier, save a relationship note, log an interaction, manage follow-up actions, or search a consented Team network.

## When not to use noticed

Do not use noticed for bulk cold outreach, purchasing contact lists, guessing private facts, bypassing consent, or treating relationship data as a public people database. Searches default to the authenticated person's own network. Private notes and contact details stay within that person's or their consented Team context.

## How agents call noticed

The supported public integration surface is the noticed Model Context Protocol server at `https://mcp.noticed.so/api/mcp`. It uses Streamable HTTP and accepts OAuth 2.1 or a self-serve noticed access key. Clients may initialize and inspect public tool/resource descriptions without credentials; every operation that reads or changes a user's relationship data requires a bearer token with the documented `network:read` scope.

## Product and trust

- [About noticed](https://www.noticed.so/#team)
- [Contact noticed](https://www.noticed.so/contact)
- [Privacy policy](https://www.noticed.so/privacy)
- [Trust and security](https://www.noticed.so/trust)
- [Pricing](https://www.noticed.so/pricing)

## Developer resources

- [noticed developer resources](https://www.noticed.so/developers)
- [MCP authorization reference](https://www.noticed.so/auth.md)
- [OAuth authorization-server metadata](https://www.noticed.so/.well-known/oauth-authorization-server)
- [MCP protected-resource metadata](https://mcp.noticed.so/.well-known/oauth-protected-resource)
- [MCP Server Card](https://www.noticed.so/.well-known/mcp/server-card.json)
- [noticed synthetic sandbox](https://mcp.noticed.so/api/sandbox/mcp)
- [Create or reset a sandbox session](https://mcp.noticed.so/api/sandbox/session)
- [Sandbox MCP Server Card](https://www.noticed.so/.well-known/mcp/sandbox-server-card.json)
- [MCP compatibility catalog](https://www.noticed.so/.well-known/mcp/catalog.json)
- [OpenAPI 3.1 contract](https://www.noticed.so/openapi.json)
- [AI catalog](https://www.noticed.so/.well-known/ai-catalog.json)
- [Agent Skills index](https://www.noticed.so/.well-known/agent-skills/index.json)
- [Scoped developer context](https://www.noticed.so/developers/llms.txt)

## Open-source agent resources

- [noticed CLI and MCP source](https://github.com/noticedso/cli): Public source for the noticed CLI and MCP server
- [noticed relationship skills](https://github.com/noticedso/skills): Public SKILL.md workflows for relationship work
- [noticed agent labs](https://github.com/noticedso/noticed-labs): Public agent-evaluation and query-optimization skills
- [noticed relationships extension](https://github.com/noticedso/relationships-extension): Public browser-extension source for private LinkedIn imports

## Explore

- [Help and FAQ](https://www.noticed.so/help)
- [Blog](https://www.noticed.so/blog)
- [Skills](https://www.noticed.so/skills)
- [Sitemap](https://www.noticed.so/sitemap.xml)
- [AI content guidelines](https://www.noticed.so/ai.txt)
- [Markdown homepage](https://www.noticed.so/index.md)

## Try noticed without production data

Create a short-lived sandbox handle with `POST https://mcp.noticed.so/api/sandbox/session`, then connect to `https://mcp.noticed.so/api/sandbox/mcp` using the returned Authorization header. The sandbox is isolated from production and contains only fixed fictional people. It exposes read-only `search_people`, `get_person`, and `network_summary`; create another handle to reset it. Handles expire after 30 minutes.

The full product is currently available through early access.
