- Home
- MCP servers
- AIFAIS
AIFAIS
- other
0
GitHub Stars
other
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can access AIFAIS MCP Server to pay-per-use document intelligence tools from autonomous agents. Connect via a simple HTTP MCP endpoint, discover available tools, and pay per call with Solana-based payments to receive structured results.
How to use
To use this MCP server, connect your MCP client to the HTTP endpoint and select a tool to run. Discover what you can do, pay for each call with your Solana proof, and retrieve results once the on-chain transaction is confirmed.
- Discover available tools by querying the MCP endpoint to see what capabilities are exposed.
- Call a tool by sending the appropriate request and providing payment proof after the server indicates the price and recipient details.
- Retry the request with a Solana transaction signature after you complete payment; the server will verify the on-chain transaction and return the tool result.
- Examine the response to confirm structured data such as extracted fields or analysis results.
How to install
You don’t need a local server to use this MCP. To enable a client to talk to the remote MCP endpoint, add the server configuration to your client setup. The example below shows the MCP server entry you should include in your client configuration.
{
"mcpServers": {
"aifais": {
"url": "https://aifais.com/api/mcp",
"transport": "sse"
}
}
}
Additional notes
You can also directly test discovery and usage with standard HTTP calls to the MCP endpoints described in the quick start. Keep in mind that each tool call requires a payment proof, which you provide after the server returns the price and recipient information.
Available tools
scan_invoice
Extracts structured data from invoices (PDF/JPG/PNG) and returns fields like vendor, date, total, and line items.
analyze_contract
Analyses contracts for risks and unfavorable clauses (Coming Soon).
verify_business
Verifies Dutch businesses via KvK registry (Coming Soon).