Skip to main content
Glama
PraneshASP

Foundry MCP Server

by PraneshASP
index.ts566 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { registerCastCallTool } from "./call.js"; import { registerCastSendTool } from "./send.js"; import { registerCastBalanceTool } from "./balance.js"; import { registerCastReceiptTool } from "./receipt.js"; import { registerCastChainTool } from "./chain.js"; export function registerAllCastTools(server: McpServer): void { registerCastCallTool(server); registerCastSendTool(server); registerCastBalanceTool(server); registerCastReceiptTool(server); registerCastChainTool(server); }

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/PraneshASP/foundry-mcp-server'

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