noticed developer resources
Connect an agent through the hosted noticed Model Context Protocol server, with scoped OAuth or a self-serve personal access key.
Model Context Protocol
MCP is the supported noticed integration surface. Connect using Streamable HTTP at https://mcp.noticed.so/api/mcp. Clients can initialize and list public tool schemas and documentation resources without credentials. Every tool call that can reach a user's relationship data remains authenticated.
Authentication and scoped permission
noticed supports OAuth 2.1 Authorization Code with PKCE S256 and RFC 7591 dynamic client registration. The delegated scope is network:read. OAuth tokens are audience-bound to the MCP resource, and user data remains subject to tenant, membership, consent, and tool-level authorization checks.
Clients without OAuth support may use a personal noticed access key. Signed-in users create and revoke keys themselves under Settings → personal access keys. Read the complete machine-oriented noticed MCP authorization reference.
Connect safely
- Configure an MCP client with the Streamable HTTP URL above.
- Follow OAuth discovery and PKCE, or supply a noticed access key.
- Call account_status to confirm the authenticated context.
- Inspect tool safety annotations and start with read-oriented tools.
- Use write tools only when the user explicitly asks for a change.
noticed is currently a private beta. Public discovery is suitable for testing transport, schemas, resources, and auth metadata without touching user data; it is not a separate data sandbox or a claim of a public free tier. Integration support is available at contact@noticed.so.