Nyc Api
Rank #3,940io.github.MatchupLabs/nyc-api
MCP server providing nyc-api capabilities
Nyc Api is a Model Context Protocol (MCP) server published by MATCHUP-LABS. It ranks #3,940 of 132,113 servers tracked on MCP Toplist, and its repository has 60 GitHub stars. Nyc Api is listed across 2 registries — Official MCP and mcp.so, with 3 tracked versions. It was first listed on Mar 31, 2026 and most recently updated on Apr 1, 2026.
Ranks ahead of 128,173 of 132,113 servers on MCP Toplist.
Use Nyc Api
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add nyc-api -e "NYC_API_KEY=<your NYC_API_KEY>" -e "NYC_API_BASE_URL=<your NYC_API_BASE_URL>" -- npx -y @matchuplabs/nyc-api-mcpReplace each placeholder with your own value before saving.
[mcp_servers.nyc-api]
command = "npx"
args = ["-y", "@matchuplabs/nyc-api-mcp"]
[mcp_servers.nyc-api.env]
NYC_API_KEY = "<your NYC_API_KEY>"
NYC_API_BASE_URL = "<your NYC_API_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nyc-api": {
"command": "npx",
"args": [
"-y",
"@matchuplabs/nyc-api-mcp"
],
"env": {
"NYC_API_KEY": "<your NYC_API_KEY>",
"NYC_API_BASE_URL": "<your NYC_API_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nyc-api": {
"command": "npx",
"args": [
"-y",
"@matchuplabs/nyc-api-mcp"
],
"env": {
"NYC_API_KEY": "<your NYC_API_KEY>",
"NYC_API_BASE_URL": "<your NYC_API_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nyc-api": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@matchuplabs/nyc-api-mcp"
],
"env": {
"NYC_API_KEY": "<your NYC_API_KEY>",
"NYC_API_BASE_URL": "<your NYC_API_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nyc-api": {
"command": "npx",
"args": [
"-y",
"@matchuplabs/nyc-api-mcp"
],
"env": {
"NYC_API_KEY": "<your NYC_API_KEY>",
"NYC_API_BASE_URL": "<your NYC_API_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nyc-api": {
"command": "npx",
"args": [
"-y",
"@matchuplabs/nyc-api-mcp"
],
"env": {
"NYC_API_KEY": "<your NYC_API_KEY>",
"NYC_API_BASE_URL": "<your NYC_API_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.MatchupLabs%2Fnyc-api)<a href="https://mcptoplist.com/server/io.github.MatchupLabs%2Fnyc-api"><img src="https://mcptoplist.com/badge/io.github.MatchupLabs%2Fnyc-api.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
MATCHUP-LABS
Other servers by MATCHUP-LABS
View all MATCHUP-LABS servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Apr 1, 2026 |
| 0.1.1 | Mar 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Nyc Api?
- Nyc Api is maintained by MATCHUP-LABS, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Nyc Api listed on the Official MCP Registry?
- Yes — Nyc Api is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does Nyc Api have?
- MCP Toplist tracks 3 versions of Nyc Api, most recently published on Apr 1, 2026.
- Where can I find the source code for Nyc Api?
- The source code for Nyc Api is hosted at github.com/MATCHUP-LABS/nycapi.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.