Back to Browse

Infrastructure MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Search AI infrastructure, inspect facility evidence and explore sourced company relationships.

About

Search AI infrastructure, inspect facility evidence and explore sourced company relationships.

Remote endpoints: streamable-http: https://gpuquant.com/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

3 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-gpuquant-infrastructure": {
      "url": "https://gpuquant.com/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

GPUQuant MCP

Connect an AI agent to sourced AI infrastructure records from GPUQuant.

GPUQuant's hosted MCP provides read-only tools for finding infrastructure, inspecting facility facts and checking company relationships. Results link to GPUQuant records and their supporting sources, retaining verification dates and unknown values.

Connection URL: https://gpuquant.com/api/mcp

Transport: Streamable HTTP. No API key is required for this public infrastructure service.

This repository contains connection instructions, the registry manifest and a reproducible HTTP smoke test. The hosted service runs on GPUQuant; cloning this repository does not copy or self-host GPUQuant's database.

Connect

In an MCP-compatible application's remote-server settings, add the connection URL above. Use the application's own remote MCP support; configuration format varies by client.

For clients using the VS Code mcp.json format:

{
  "servers": {
    "gpuquant": {
      "type": "http",
      "url": "https://gpuquant.com/api/mcp"
    }
  }
}

See the GPUQuant connection guide and your client's current MCP documentation. The endpoint supports the current MCP protocol and legacy clients using the 2025 initialization handshake.

Tools

ToolPurpose
search_infrastructureFind infrastructure records by name or location with bounded pagination
get_facilityRead a facility's public facts, sources and verification context
get_companyRead company facts and sourced relationships

Use tools/list to obtain the exact current input schemas. Results include canonical GPUQuant URLs so readers can open the underlying record and report a correction.

Example questions

  • “Find infrastructure records mentioning Copenhagen and show their sources.”
  • “What does GPUQuant know about this facility's operator and status, and when was it verified?”
  • “Which supply-chain relationships are documented for this company, and which are only reported?”
  • “Identify unknown or stale facts before summarizing this company's infrastructure.”

Coverage and interpretation

The first release focuses on infrastructure records and company relationships. It does not expose licensed Ornn or Silicon Data feeds, trading accounts, orders, imagery, building geometry or raw source excerpts. Dates describe the underlying records or sources; a retrieval timestamp is not a fresh verification of a fact.

Announced capacity, construction and operating capacity are different claims. Missing values remain unknown. Supporting sources may describe different dates or scopes; inspect them before relying on a comparison. The MCP supplies research context and does not place trades or provide investment recommendations.

Check the connection

Requires Node.js 20 or newer. No packages or credentials are needed:

node scripts/smoke.mjs

The script checks initialization, tool discovery, all three tools against real records, and current-protocol discovery. To test a development endpoint:

node scripts/smoke.mjs http://localhost:3000/api/mcp

Corrections and connection issues

The MIT license applies to this repository's original documentation and example code. Data and linked sources retain their own terms. Methodology · Map · Community

Reviews

No reviews yet

Be the first to review this server!