Skip to main content
Glama
get-account.ts791 B
import { FastMCP } from "fastmcp"; import { z } from "zod"; import { getAccount } from "@wagmi/core" import { wagmiConfig } from "../wagmi-config.js"; import { JSONStringify } from "../utils/json-stringify.js"; export function registerGetAccountTools(server: FastMCP): void { server.addTool({ name: "get-account", description: "Get current account", parameters: z.object({}), execute: async () => { const result = getAccount(wagmiConfig) return { content: [ { type: "text", text: JSONStringify({ address: result.address, addresses: result.addresses, chainId: result.chainId, status: result.status, }), }, ], } }, }); };

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/mcpilot'

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