MCP

The graph, in your agent.

Every company, person, fund, round, job and event in New York tech — cited, structured, and queryable by any MCP client. Point your agent at one endpoint and it can search the scene, walk org charts, pull salary stats, and trace who funded whom. Every fact carries its source URL.

Endpoint

https://newyorktech.com/api/mcp

transport: Streamable HTTP · no auth · read-only

Connect

Claude Code

One command in your terminal:

claude mcp add --transport http nytech \
  https://newyorktech.com/api/mcp

Claude.ai / Desktop

Settings → Connectors → Add custom connector → paste the endpoint URL. No key to enter.

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "nytech": {
      "url": "https://newyorktech.com/api/mcp"
    }
  }
}

The tools

Twenty tools in five modules. Your agent picks the right one from the question; you never call them by name.

Search

  • search_graphFull-text search across every entity in the graph.
  • get_entityOne entity in full: profile, cited claims, and its connections.
  • list_entitiesBrowse any entity type with category and notability filters.

Companies

  • list_companiesCompanies filtered by vertical, category, technology, or status.
  • company_org_chartWho works and worked at a company, with role titles.
  • company_fundingA company's funding history: rounds, amounts, investors.
  • taxonomyThe verticals, categories, and technologies the graph is organized by.

People

  • list_peopleThe people directory: founders, execs, and investors.
  • person_profileOne person's roles, companies founded, and cited claims.
  • founder_factoriesCompanies and schools whose alumni went on to found startups.
  • alumni_ofEveryone who passed through an org, and where they are now.

Jobs

  • search_jobsLive openings filtered by function, seniority, workplace, and salary.
  • job_detailOne posting in full, including description and compensation.
  • salary_statsSalary distributions (USD/year) across roles and seniority levels.
  • hiring_leaderboardWhich companies have the most open roles right now.

Market

  • funding_roundsRecent rounds with amounts, series, and dates.
  • news_feedLatest news items, each tagged with the entities it mentions.
  • upcoming_eventsWhat's on in New York tech, soonest first.
  • graph_overviewThe connection graph itself: nodes and typed edges.
  • graph_statsHeadline counts: entities, claims, jobs, edges.

Try asking

  • What does New York tech pay senior engineers?
  • Map Ramp's org chart.
  • Which Goldman alumni run startups?

Paste any of these into an agent with the connector added. The answer comes back with source URLs, so you can check every claim.