---
title: noticed
description: Personal networking agent and relationship memory for founders, operators, engineers, and small teams.
canonical: https://www.noticed.so
last_updated: 2026-08-22
---

# noticed

> noticed is a personal networking agent and relationship memory for founders, operators, engineers, and small teams.

noticed brings together the professional relationships a person already has across sources such as LinkedIn connections, GitHub collaboration, Gmail, Calendar, contacts, and meeting notes. It helps someone remember who they know, understand the history and context behind each relationship, and find a relevant person when a goal or opportunity appears. noticed is designed around warm relationships and consent, not cold-outreach automation.

## 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.

Eligible new Teams can use the one-time code `NOTICED1MONTH` in Stripe Checkout for their first month free. This is an introductory offer, not a permanent free tier.
