Skip to main content
Glama
getrupt

Ashra Structured Data Extractor MCP

by getrupt
errors.ts501 B
export class AshraError extends Error { constructor( message: string, public readonly status: number, public readonly response: unknown ) { super(message); this.name = "AshraError"; } } export function isAshraError(error: unknown): error is AshraError { return error instanceof AshraError; } export function createAshraError(status: number, response: any): AshraError { return new AshraError( response?.message || "Ashra API error", status, response ); }

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/getrupt/ashra-mcp'

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