01
Add one endpoint
Add https://askais.com/mcp as a Streamable HTTP MCP server in your AI client.
// OFFICIAL REMOTE MCP · PUBLIC BETA
Connect Cursor, Claude Code, Codex, Gemini CLI and other MCP clients directly to AskAIs. Create an account in the conversation, receive free credit, and turn structured transaction data into downloadable receipt PDFs.
NO LOGIN
required to connect
5 RECEIPTS
introductory credit
$0.10
per successful receipt
HTTP
Streamable MCP
// WORKFLOW
The AI client handles setup and tool calls while you stay in control of consent and receipt data.
01
Add https://askais.com/mcp as a Streamable HTTP MCP server in your AI client.
02
After you accept the Terms and Privacy Policy, the AI securely returns one-time credentials and introductory credit.
03
Describe a legitimate transaction. AskAIs returns structured data, a downloadable PDF link, and your remaining balance.
// TOOLS
A compact tool surface makes behavior predictable for agents and easy to audit.
get_usage_rulesRead pricing, privacy and acceptable-use rules before account creation.
create_free_accountIssue one-time login credentials, an API key and introductory receipt credit.
generate_receiptConvert structured merchant, customer, item and payment data into a receipt PDF.
get_balanceCheck remaining prepaid credit and the number of available receipts.
// CLIENT SETUP
The same remote endpoint works across modern MCP clients.
{
"mcpServers": {
"askais": {
"url": "https://askais.com/mcp"
}
}
}claude mcp add --transport http askais https://askais.com/mcpcodex mcp add askais --url https://askais.com/mcp{
"mcpServers": {
"askais": {
"httpUrl": "https://askais.com/mcp"
}
}
}// ARCHITECTURE
// ACCEPTABLE USE
// FAQ
The endpoint is designed for MCP protocol requests, not for rendering a website. Human browser visits are redirected here, while MCP clients continue to use the same URL normally.
No. You can connect first. After explicit consent, create_free_account can create an eligible free account inside the conversation.
No. The current price is US$0.10 per successfully generated receipt; failed generation is not charged.
Add the endpoint, read the usage rules, and generate your first legitimate receipt PDF.