Skip to main content
Glama
get-chains.ts646 B
import type { Config } from "@wagmi/core"; import type { FastMCP } from "fastmcp"; import { getChains } from "@wagmi/core"; import { z } from "zod"; import { JSONStringify } from "../utils/json-stringify"; export function registerGetChainsTools(server: FastMCP, wagmiConfig: Config): void { server.addTool({ name: "get-chains", description: "Get the configured chains.", parameters: z.object({}), execute: async () => { const result = getChains(wagmiConfig); return { content: [ { type: "text", text: JSONStringify(result), }, ], }; }, }); };

Implementation Reference

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xiawpohr/metamask-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server