app.nzapp
AppsProjectsReposPullsChatIntegrationsGatewayModelsEvalsToolsDatasetsMCPDeploysPricingBlogDocsAssistantsCharactersArtMusic
Sign inStart building
Agent stack
Cloud coding agentAgents SDKIntegrationsBrowser agentMonitors & auto-agentsSchedulersAgent skillsMCP serversDeep research
Models & API
AI GatewayModel catalogModel evalsModel spacesPlaygroundText to imageImage to 3DText to 3DMusic & SFXAudio editorMedia optimizerAI art & libraryChatAPI referenceSchemaBecome a provider
Compute & hosting
DeploysAddonsPostgres hostinggobed vector searchSite hostingAnalyticsCog GPU hostingRL trainingBuilds & CIWorkersTask queuesDomainsGit hosting
Tools
AI toolsDrawDiffusion canvasLive DrawWriteSheetsArtifactsVideo studioNotebooksDatasets
Learn
DocsBlogEval guidesPrompt libraryCLIAlternativesPapersAI charactersArt gallerySecurityConsulting
Company
PricingEnterpriseSettingsBillingStatusInvestorsCreate accountTerms of ServicePrivacy Policy
app.nzapp.nz

AI agent cloud for coding, deploys, model routing, and research. Built for teams shipping software.

Built in New Zealand by App AI NZ.

Social
X / TwitterGitHubYouTube
The app.nz network
GpuBrainPapersReading TimemojojojoNetwrckText-Generator.ioCodex InfinityOpenPathsCuteDSLAI Art GeneratorAIArt-Generator.artSiteSimSimplexGenDictatorFlowWebFiddleRing.nzChatGibidyBitBankExperimentFlowEvangelerHires.nzHow.nzV5 GamesAddicting Word GamesBig Multiplayer ChessWord SmashingreWord GameMultiplication Master
© 2026 App AI NZ Ltd. All rights reserved.All systems normalTermsPrivacy

MCP directory · searchable index

MCP Server Directory

A searchable index of Model Context Protocol servers — the connectors that plug Claude, Codex, and any agent into external tools, data, and APIs. Search across GitHub, Gmail, fal, Canva, Hugging Face, Stripe, Notion and more; filter by category and pricing; jump straight to each provider.

Live MCP server

Connect app.nz as an MCP server

app.nz is itself a Model Context Protocol server. Point Claude, Codex, Cursor, or any MCP client at https://app.nz/mcp and your agent can run every gateway model — chat, images, embeddings — plus search papers, pages, this directory, and the prompt library through one connector.

mcp.json (HTTP transport)
{
  "mcpServers": {
    "app-nz": {
      "type": "http",
      "url": "https://app.nz/mcp",
      "headers": { "Authorization": "Bearer YOUR_APP_NZ_API_KEY" }
    }
  }
}
Claude Code CLI
claude mcp add --transport http app-nz https://app.nz/mcp --header "Authorization: Bearer YOUR_APP_NZ_API_KEY"

Get a key at app.nz/api-keys. The same key works for the OpenAI-compatible API.

Tools exposed
  • chatChat completion against any model (or app/auto)
  • list_modelsDiscover routable models, providers, context
  • generate_imageText-to-image, returns hosted URLs
  • embedEmbedding vectors for text
  • search_mcp_serversSearch this MCP directory
  • search_promptsFind maintained prompts by job, model, or tag
  • get_promptLoad one full copy-ready prompt by slug

JSON-RPC 2.0 over Streamable HTTP at POST /mcp · stateless · OpenAI-compatible gateway underneath.

Pricing

Searching…

New to MCP? Read the launch write-up in our blog post on the MCP server directory — what MCP is, how to wire a server into Claude or Codex, and how this index is built.