xgate-server

Query the xgate-server API for services, agents, and on-chain transfers.

29|14|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/daydreamsai/skills-market --skill xgate-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xgate-server
Source: https://github.com/daydreamsai/skills-market/tree/main/plugins/xgate-server/skills
Command: npx skills add https://github.com/daydreamsai/skills-market --skill xgate-server

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables developers to quickly discover X402 services, ERC-8004 agents, and on-chain transfers by querying the xgate-server API.

Core Features & Use Cases

  • Service lookup: Find services matching keywords and networks.
  • Agent discovery: Retrieve agents supporting MCP, A2A, and other protocols.
  • Transfer visibility: List token transfers and resource transfers across chains.

Quick Start

Run the bundled CLI to perform common queries:

  • Health check: ./plugins/xgate-server/scripts/xgate health
  • Search services: ./plugins/xgate-server/scripts/xgate services -q "token" -n ethereum
  • Get a specific service: ./plugins/xgate-server/scripts/xgate service SERVICE_ID

Frequently Asked Questions about xgate-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover X402 services and agents using a CLI?

You can discover X402 services and agents using a deterministic Bash CLI that queries the xgate-server API, allowing you to locate MCP-enabled services and agents by protocol with query parameters for filtering and pagination.

How do I find agents supporting MCP and A2A protocols across networks?

To find agents supporting MCP and A2A protocols, query the xgate-server API to retrieve agents filtered by protocol, enabling quick discovery of ERC-8004 agents across various networks.

Can I audit on-chain token transfers across multiple chains from the command line?

Yes, you can audit on-chain token and resource transfers across chains by running the bundled Bash CLI to query the xgate-server API, which lists transfers with support for filtering and pagination.

Does the xgate-server CLI support environment overrides for service queries?

Yes, the xgate-server CLI supports environment overrides, allowing you to configure query parameters dynamically when searching for services, agents, and transfers across different networks.

What is the best way to search for services matching keywords on Ethereum?

The best way to search for services matching keywords on Ethereum is using the CLI's services command with query and network parameters, such as passing the network argument to filter results.

How do I check if an xgate-server API instance is healthy and reachable?

You can check if an xgate-server API instance is healthy and reachable by running the bundled CLI's health command, which verifies the server status quickly from your terminal.