Skip to main content

Model Context Protocol (MCP) server for Solargis documentation

Project description

Solargis Documentation MCP Server

Model Context Protocol (MCP) server for Solargis Documentation

This MCP server provides tools to access Solargis documentation and search for content.

Features

  • Read Documentation: Fetch and convert Solargis documentation pages to markdown format
  • Search Documentation: Search Solargis documentation using search API

Prerequisites

Installation Requirements

  1. Install uv from Astral or the GitHub README
  2. Install Python 3.11 or newer using uv python install 3.11 (or a more recent version)

Installation

Configure the MCP server in your MCP client configuration:

{
  "mcpServers": {
    "solargis.documentation-mcp-server": {
      "command": "uvx",
      "args": ["solargis.documentation-mcp-server@latest"],
      "env": {
        "FASTMCP_LOG_LEVEL": "ERROR"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

For Amazon Q Developer CLI, add the MCP client configuration and tool command to the agent file in ~/.aws/amazonq/cli-agents.

Example, ~/.aws/amazonq/cli-agents/default.json

{
  "mcpServers": {
    "solargis.documentation-mcp-server": {
      "command": "uvx",
      "args": ["solargis.documentation-mcp-server@latest"],
      "env": {
        "FASTMCP_LOG_LEVEL": "ERROR"
      },
      "disabled": false,
      "autoApprove": []
    }
  },
  "tools": [
    // .. other existing tools
    "@solargis.documentation-mcp-server"
  ],
}

or docker after a successful docker build -t mcp/solargis-documentation .:

{
  "mcpServers": {
    "solargis.documentation-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "--interactive",
        "--env",
        "FASTMCP_LOG_LEVEL=ERROR",
        "mcp/solargis-documentation:latest"
      ],
      "env": {},
      "disabled": false,
      "autoApprove": []
    }
  }
}

Basic Usage

Example:

  • "What resolution does Solargis provide for their Typical Meteorological Year (TMY) and time-series datasets?"
  • "What parameters does Solargis Evaluate include in its CSV data exports?"

Tools

read_documentation

Fetches an Solargis documentation page and converts it to markdown format.

read_documentation(url: str) -> str

search_documentation

Searches Solargis documentation using Solargis documentation search API.

search_documentation(search_phrase: str, limit: int) -> list[dict]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file solargis_documentation_mcp_server-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for solargis_documentation_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 835d8817b437a220c576bc2791c58368ebfff5c979cf34aff4a5c328b0c20b39
MD5 b8178a69958cc888c5508e25f70fa975
BLAKE2b-256 b662798a6cdda4a96855e07721d19b57cd3f612466333e86562f5d2f9a597bba

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page