AskAIs AI Receipt Generator
Server Details
Generate professional receipt PDFs and structured receipt data with AI-ready MCP tools.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- MiniCodeTeam/askais-mcp
- GitHub Stars
- 1
- Server Listing
- AskAIs AI Receipt Generator MCP
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.7/5 across 4 of 4 tools scored. Lowest: 3.1/5.
Each tool has a clear, distinct purpose: account creation, receipt generation, balance checking, and rules reading. There is no overlap or ambiguity.
All tools follow a consistent verb_noun pattern in snake_case: create_free_account, generate_receipt, get_balance, get_usage_rules.
With 4 tools, the set is appropriately scoped for a receipt generation service, covering account management, generation, balance, and rules.
The core workflow is covered (account, generation, balance, rules), but missing features like viewing past receipts or deleting accounts are minor gaps.
Available Tools
4 toolscreate_free_accountCreate a free AskAIs accountAInspect
Create an AskAIs account without opening a browser. Returns one-time login credentials and an API key with introductory receipt credit. The user must explicitly accept the Terms and Privacy Policy.
| Name | Required | Description | Default |
|---|---|---|---|
| client_name | No | MCP host name, for example Cursor, Claude Code, Codex, or Gemini CLI. | |
| accept_terms | Yes | Must be true after the user agrees to AskAIs Terms and Privacy Policy. | |
| client_version | No | ||
| preferred_language | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It mentions return values and the requirement to accept terms, but lacks details on error handling, idempotency, or potential state changes. More context would be beneficial.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three concise, front-loaded sentences that quickly convey purpose, return value, and requirement. No extraneous information; every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers core purpose, return items, and acceptance requirement. However, it omits details about the 'introductory receipt credit' and the one-time nature of credentials. With no output schema, a more structured description of the return format would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 50%, and the description adds no additional meaning for any parameter. Two parameters (client_version, preferred_language) remain undefined, and no extra context is provided beyond the schema's descriptions for client_name and accept_terms.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Create' and the resource 'AskAIs account', and provides additional context about browserless creation and return values. It distinguishes itself from sibling tools focused on receipts and balance management.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. The description does not mention scenarios, prerequisites, or exclusions, leaving the agent to infer use cases from the sibling context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_receiptGenerate a professional receipt PDFBInspect
Generate a downloadable receipt PDF for a legitimate transaction. Costs $0.10 only on successful generation.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Receipt date, preferably YYYY-MM-DD. | |
| items | No | ||
| notes | No | ||
| api_key | No | Optional after create_free_account succeeds in this MCP session. | |
| currency | No | Currency symbol or code, for example USD, HKD, or $. | |
| language | No | ||
| text_color | No | ||
| total_amount | No | ||
| customer_name | Yes | ||
| primary_color | No | ||
| contact_person | No | ||
| customer_email | No | ||
| customer_notes | No | ||
| customer_phone | No | ||
| invoice_number | No | ||
| payment_method | No | ||
| customer_address | No | ||
| customer_registration_number | No | ||
| confirm_legitimate_transaction | Yes | Must be true. Confirms this receipt represents a legitimate transaction and will not be used to deceive. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must cover behavioral traits. It mentions cost ($0.10 on success) but omits idempotency, state changes, authentication needs, or failure behavior. Insufficient for a tool with financial implications.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Extremely concise with two sentences, front-loaded with purpose and cost. No redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 19 parameters, no output schema, and required confirm_legitimate_transaction, the description lacks critical context such as output format, how to retrieve the PDF, or how items array works. Incomplete for reliable invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is low (21%), so description should compensate, but it adds no parameter semantics. The description does not explain any of the 19 parameters beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it generates a downloadable receipt PDF for a legitimate transaction, uses a specific verb and resource, and the cost is mentioned, distinguishing it from sibling tools like create_free_account.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool vs alternatives. The api_key parameter description notes optionality after account creation, but overall lacks contextual usage direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_balanceGet AskAIs API balanceAInspect
Return the remaining prepaid AskAIs API credit for the connected account.
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional after create_free_account succeeds in this MCP session. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so description carries full burden. It does not disclose whether the call consumes credit, requires authentication, or handles missing accounts. Minimal behavioral context beyond the basic operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, no wasted words, immediately clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one optional parameter and no output schema, the description adequately explains what is returned and for which account. Could mention return format but not necessary.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Description adds value over the schema by noting the api_key parameter is 'Optional after create_free_account succeeds'. Schema coverage is 100% but description provides practical context.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Return' and the resource 'remaining prepaid AskAIs API credit', and differentiates from siblings like create_free_account and generate_receipt.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool versus alternatives (e.g., after account creation or before API calls). The purpose is implied but not stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_usage_rulesGet AskAIs usage rulesAInspect
Read pricing, free-credit, privacy, and acceptable-use rules before creating an account or receipt.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It indicates a read-only operation (non-destructive) but lacks details on data freshness, authentication needs, or any potential side effects. The behavior is straightforward, so a score of 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence of 14 words, front-loading the action 'Read'. Every word is essential, and no redundant information is present.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no parameters, no output schema, and simple read behavior, the description fully covers the necessary context: what the tool does and when to use it. No additional information is required for an AI to select and invoke this tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters with 100% schema coverage, so baseline is 4. The description adds value by specifying the content of the rules (pricing, free-credit, privacy, acceptable-use), compensating for the lack of parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action 'Read' and the resource 'pricing, free-credit, privacy, and acceptable-use rules'. It distinguishes itself from siblings (create_free_account, generate_receipt, get_balance) by specifying the purpose of reading rules before other actions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly advises using this tool 'before creating an account or receipt', providing clear context. It does not mention alternatives directly, but the sibling tools are distinct in function, making the usage context unambiguous.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for ReceiptConverter that allows AI assistants to parse any receipt or invoice image/PDF into structured JSON with a single tool call.7MIT

DocumentPro MCPofficial
Alicense-qualityCmaintenanceExtract structured, schema-typed data from invoices, purchase orders, receipts, and tax forms, and classify documents into custom label sets — via a hosted MCP server. Free tier included.MIT- Flicense-quality-maintenanceA Python MCP server for invoice and receipt processing that uses OCR technology to extract data from PDFs and images, offering AI assistants the ability to process, extract text from, and merge invoice documents.2
- Alicense-qualityAmaintenanceExtracts text and tables from PDFs for AI agents via MCP, enabling structured data retrieval from invoices, reports, and statements.MIT
Your Connectors
Sign in to create a connector for this server.