# NepoNet > NepoNet finds the warmest chain of introductions from you to anyone on X, explains every step, drafts the first ask, and tracks your outreach. It never sends anything for you. A route is a chain you → a friend → a friend of theirs → the target, where each person already follows the one before them. NepoNet reads public follow lists on X, ranks routes by warmth (0–100), and gives agents the same tools people use in the app. Agents connect over MCP with OAuth, or over HTTP with an API key. ## Connect an agent - [MCP server](https://nepotism.network/mcp): Streamable HTTP, OAuth 2.1 (PKCE; Client ID Metadata Documents or Dynamic Client Registration) - [Setup for Claude, ChatGPT, Codex, Cursor, VS Code and more](https://nepotism.network/agents.md): one section per client, with copy-paste config - [Set yourself up](https://nepotism.network/install.md): instructions an agent can follow to connect itself - [Agent Skill](https://nepotism.network/.well-known/agent-skills/neponet/SKILL.md): the workflow and rules, installable with `npx skills add https://nepotism.network` ## Reference - [Full reference](https://nepotism.network/llms-full.txt): the guide, every tool with its arguments, permissions, and setup - [OpenAPI 3.1](https://nepotism.network/api/v1/openapi.json): the HTTP tools API (`POST /api/v1/tools/{name}`, bearer API key) - [Tool list (JSON)](https://nepotism.network/api/v1/tools): names, descriptions, JSON Schemas and hints ## Optional - [NepoNet](https://nepotism.network/): the app - [Status](https://nepotism.network/status): public numbers about the index and the crawler - [Privacy](https://nepotism.network/privacy) and [Terms](https://nepotism.network/terms)