GAIIA Expert Proxy (MCP Server)

GAIIA Expert Proxy (MCP Server)

MCP server for high-fidelity code audits, refactoring, and architectural analysis using specialized Proxy Experts.

Category
Visit Server

README

GAIIA Expert Proxy (MCP Server)

GAIIA Expert MCP Server is a Model Context Protocol (MCP) server that enables high-fidelity code audits, refactors, and architectural analysis using specialized Proxy Experts in conjunction with a remote LLM.

Features

  • Expert Selection: List and choose from a registry of Proxy Experts with different specialties (e.g., security, performance, architecture).
  • Code Transformation: Send code blocks to experts for auditing or refactoring based on their specific manifests.
  • Project Analysis: Perform deep architectural audits or automated repository-wide refactors on local directories.
  • Authentication: Users must authenticate with their GAIIA account to access the expert registry and processing tasks.

Installation

Prerequisites

  • Node.js (v20 or higher)
  • npm
  • An GAIIA account (sign up at https://gaiia.dev)

Steps

  1. Clone or copy this directory to your machine.
  2. Install dependencies:
    npm install
    
  3. Build the project:
    npm run build
    

Configuration

Authentication

Run the following command to log in and cache your authentication tokens:

npm run login

Follow the prompts to enter your credentials. This will store the session in a local .gaiia_session file. If you do not have credentials sign up at https://gaiia.dev.

Usage with MCP Clients (e.g., Claude Desktop)

Add the following to your MCP settings configuration:

{
  "mcpServers": {
    "gaiia-logic-proxy": {
      "command": "node",
      "args": ["c:/path/to/gaiia-mcp-server/build/index.js"]
    }
  }
}

Available Tools

gaiia_list_experts

Lists all available AI experts in the GAIIA registry.

  • Args: query (optional string) - Search for experts by their email address, name, or specific architectural styles/keywords (e.g., 'Clean Architecture', 'Node.js', 'CQRS').

sync_specs

Synchronizes all locally fuzzed and discovered API specifications in the specs/ directory back to the cloud GAIIA Registry.

  • Args: None

gaiia_set_active_expert

Sets the expert to be used for subsequent code transformations.

  • Args: email (required string) - The email address of the expert proxy.

gaiia_transform

Processes a single block of code with the active expert.

  • Args:
    • code (required string) - The source code block to process.
    • instructions (required string) - Specific refactoring, audit, or generation instructions.

gaiia_analyze_project

Audits or refactors an entire local directory.

  • Args:
    • directory_path (required string) - Absolute path to the local project folder.
    • mode (optional string) - "audit" or "refactor". Default is "audit".

interrogate_endpoint

Intelligently interrogates APIs to discover schemas and generate A2A/MCP tools via reinforcement learning fuzzing.

  • Args:
    • url (required string) - The full API URL (supports http://, https://, grpc://, or tcp:// for sockets).
    • method (required string) - HTTP Method: GET, POST, PUT, PATCH, DELETE, GRAPHQL, or AUTO.
    • auth_header (optional string) - Optional authentication header (e.g., Bearer token).
    • base_payload (optional object) - Starting template payload to fuzz.
    • extra_headers (optional object) - Map of custom headers.

Supported Protocols

  1. REST (JSON): Fully supported with automatic OpenAPI synthesis.
  2. GraphQL: Auto-detected and introspected. Converts the GraphQL schema into standard MCP Tools.
  3. XML/SOAP: Auto-fetches .xsd or .wsdl from error messages and uses them as LLM hints.
  4. gRPC (Protobuf): Requires grpc:// URL. Constraint: Server must have grpc.reflection.v1alpha.ServerReflection enabled or the .proto schema must be provided. Fuzzing raw binary protobuf without field indexes is computationally impractical.
  5. OData: Auto-fetches the Entity Data Model from /$metadata.
  6. Bulk CSV (ERP): Handles text/csv requirements natively.
  7. EDI (ANSI X12): Handles raw text application/edi-x12 by iteratively guessing missing segments (e.g. ISA, GS, ST) from clear-text errors.
  8. JSON-RPC / XML-RPC: Iteratively builds valid RPC envelopes and dynamically extracts the inner method for specific tool naming.
  9. ISO 8583 (TCP Sockets): Requires tcp:// URL. Bypasses HTTP entirely to establish raw socket connections for payment gateway fuzzing.

gaiia_list_processes

List all registered BPMN process blueprints/templates in the GAIIA registry for the authenticated workspace.

  • Args: None

gaiia_start_process

Starts/triggers an active execution instance of a registered BPMN process blueprint in the cloud with an initial business payload context.

  • Args:
    • process_type (required string) - The unique processType/slug of the BPMN template (e.g. employee-onboarding or pax-terminal-procurement).
    • payload (optional object) - Initial custom JSON payload context for the process run.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured