Solar MCP
@Luke Stahl
About Solar MCP
Exposes Solar's component registry as MCP tools — agents can discover, inspect, and validate components at runtime
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
An MCP server for the Solar framework (solarbuild). Gives AI agents live, runtime access to your component registry so they can discover, inspect, and validate Solar components without guessing.
Tools
manifest— Returns a full JSON schema of every registered component: prop names, types, required fields, and valid values. Call this before generating any composition code.component— Returns the schema for a single component by name.validate— Validates a props object against a component's schema. Returnsvalid: trueor a structured error withexpected,received, andfixfields the agent can act on directly.
Usage
{
"command": "npx",
"args": ["solarbuild-mcp", "--components", "./components"]
}
Point --components at your components directory. The server imports each .js file, triggers registry.register(), and exposes the full manifest to the agent.
Why
When an agent builds UI with Solar, it should read the manifest first — not guess prop names. When it passes wrong props, it gets a structured ContractError with a fix field. This MCP server brings both capabilities into any MCP-compatible client (Cursor, Claude, etc.).
- npm: solarbuild-mcp
- Docs: docs.solarbuild.dev/docs/integrations/mcp
Basic information
More Developer Tools MCP servers
Agent Conductor
icohangar-opsAgent conductor — AGENTS.md contract parser, SKILL.md registry, CHP decision engine over MCP
ZeroBeacon — 1000-Tool Collision-Proof Commerce Router
DavidFox998ZeroBeacon.ai — Collision-proof commerce router for AI agents. 1000 MCP tools: commerce, trust, billing, sovereign ID + everyday tools. LIVE.

Codex Pets
astandrikPublic read-only MCP server for discovering, inspecting, installing, and sharing approved Codex-compatible animated pet packs.

TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.
OrangePro
Aamir SiddiquiOrangePro local-first CLI + MCP server for behavior mapping, grounded test generation, and dynamic proof.
Comments