# The Org — MCP server on mcp.ai > Connect your The Org account and use 8 tools for sales and CRM straight from your AI agent. Connect with your own API key. The Org provides company org charts, people and position search, manager lookup, lead lists, and account usage data. By: mcp.ai · official Page: https://mcp.ai/the_org ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_the_org?ms=1787293620000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/the_org/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/the_org/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/the_org/skill.md Postman collection (v2.1): https://mcp.ai/the_org/postman.json ## Tools - the_org_estimate_position_search_cost(limit?: integer, offset?: integer, filters: object) — Estimate the credits required for one page of a position search without consuming credits. Use the same limit, offset, and filters with Search Positions if the estimate is acceptable. - the_org_get_current_usage() — Return the connected account's current credit allowance, billing interval, reset date, additional credits, overages, and unlimited status. - the_org_get_manager(email?: string, linked_in_url?: string) — WARNING: Each successful lookup costs 1 credit. Find a person's org-chart manager by work email or LinkedIn profile URL. - the_org_get_org_chart(domain?: string, section?: string, linked_in_url?: string) — Return a company's current v1.2 org chart or board as a flat node list. A successful request costs 10 credits, although repeats for the same company within 24 hours are not charged again. - the_org_get_usage_history(to_date: string, interval?: string, from_date: string, api_product: string) — Return daily or monthly historical usage for one API product over an inclusive date range. - the_org_list_people_lists(limit?: integer, offset?: integer) — Return people and lead lists owned by or shared with the connected account, one page at a time. - the_org_search_companies(email?: string, limit?: integer, query?: string, domain?: string) — Find companies by name, domain, or email without consuming credits. Provide at least one search identifier; prefer one when possible. - the_org_search_positions(limit?: integer, offset?: integer, filters: object) — Search people and positions using company, role, hierarchy, location, funding, and contact filters. This request consumes 1 credit per returned row; call Estimate Position Search Cost first when cost ## Example prompts - "What can I do in The Org?" - "Show me a summary of my The Org account" ## Links Docs: https://mcp.ai/docs/mcps/the_org Website: https://mcp.ai/mcps/the_org