Skip to main content
Glama

Arke Institute MCP Server

Official
config.ts524 B
/** * Configuration for Arke MCP Server * Centralized API endpoints and URLs */ export const config = { /** * Arke Search API * Semantic search across NARA archives and presidential libraries */ arke: { searchUrl: "https://search.arke.institute", apiUrl: "https://api.arke.institute", ipfsUrl: "https://ipfs.arke.institute", }, /** * OCR API * Text extraction from documents using DeepInfra's olmOCR model */ ocr: { apiUrl: "https://ocr-api.arke.institute", }, } as const;

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/Arke-Institute/arke-mcp-server'

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