Skip to main content
Glama
agilesix
by agilesix
index.ts1.19 kB
/** * Tools Index * Central export file for all MCP tools */ import type { USASpendingClient } from '../clients/usaspending'; import { registerSearchAwardsTool } from './search-awards'; import { registerSearchNewAwardsTool } from './search-new-awards'; import { registerGetAwardDetailsTool } from './get-award-details'; import { registerSearchRecipientsTool } from './search-recipients'; import { registerGetRecipientDetailsTool } from './get-recipient-details'; import { registerSearchIdvAwardsTool } from './search-idv-awards'; import { registerGetSpendingOverTimeTool } from './get-spending-over-time'; import { registerAnalyzeCompetitionTool } from './analyze-competition'; /** * Register all tools with the MCP server */ export function registerAllTools(server: any, client: USASpendingClient) { registerSearchAwardsTool(server, client); registerSearchNewAwardsTool(server, client); registerGetAwardDetailsTool(server, client); registerSearchRecipientsTool(server, client); registerGetRecipientDetailsTool(server, client); registerSearchIdvAwardsTool(server, client); registerGetSpendingOverTimeTool(server, client); registerAnalyzeCompetitionTool(server, client); }

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/agilesix/usaspending-mcp-nextjs'

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