Skip to main content
Glama
Seitrace

Seitrace Insights MCP Server

Official
by Seitrace
definition.ts967 B
import { endpointDefinitionMap as smartContractEndpoints, RESOURCE_DESCRIPTION as SMART_CONTRACT_DESC, } from './resources/definition.js'; import { smartContractResolver, searchContractsResolver } from './resources/resolver.js'; import { CallToolResult } from '@modelcontextprotocol/sdk/types.js'; /** * Smart Contract topic key. */ export const TOPIC_KEY = 'smart_contract'; // Merge all smart contract topic endpoints into a single map for wiring in the topic index. export const endpointDefinitionMap = smartContractEndpoints; // Resource-level descriptions for the Smart Contract topic export const SMART_CONTRACT_RESOURCE_DESCRIPTION_MAP: Record<string, string> = { [`${TOPIC_KEY}`]: SMART_CONTRACT_DESC, }; /** * Resolver functions for shaping API responses. */ export const RESOLVER_MAP: Record<string, (result: CallToolResult) => CallToolResult> = { [`smartContract`]: smartContractResolver, [`searchContracts`]: searchContractsResolver, };

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/Seitrace/seitrace-mcp'

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