Skip to main content
Glama

Mempool MCP Server

StatsService.ts506 B
import { StatsRequestService } from "../../infrastructure/services/requests/StatsRequestService.js"; import { formatResponse } from "../helpers/format.js"; import { IStatsResponse } from "../../domain/models/responses/stats/IStatsResponse.js"; export class StatsService { constructor(private requestService: StatsRequestService) {} async getStatsInfo(): Promise<string> { const data = await this.requestService.getStatsInfo(); return formatResponse<IStatsResponse>("Stats Info", data); } }

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/alexandresanlim/mempool-mcp-server'

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