Bridges AI agents to Aikount's Spanish accounting platform for invoicing, expense OCR, bank reconciliation, and VAT Modelo 303 filing.
Do not connect
A critical issue was found. Do not connect this server as-is.
Scanned 27 days ago Due for re-check
A server can change after it's graded. Re-run the automated scan to refresh this report.
This grade is deterministic and reproducible: the same server surface always yields the same grade under a given algorithm version. It is a real automated assessment computed by the MCPGrade engine from what the probe actually observed — not a fabricated or opinion score. It is not a manual human pentest, so it can miss context-specific risks.
Every signal below was measured directly by the automated probe. The grade is derived only from evidence like this — nothing is assumed.
The Aikount MCP server exposes 22 tools, focused primarily on general-purpose capabilities. Its published description reads: "Bridges AI agents to Aikount's Spanish accounting platform for invoicing, expense OCR, bank reconciliation, and VAT Modelo 303 filing". It communicates over Streamable HTTP using the 2025-06-18 protocol revision, and does not require authorization to connect. MCPGrade currently rates Aikount F — a critical issue was found and the server should not be connected as-is. Its most notable findings include "Data-exfiltration parameters" and "Data-exfiltration parameters". This report is a deterministic, reproducible automated assessment: the same observed surface always yields the same grade under a given algorithm version, and it is refreshed as new scans arrive and free to read — but it is not a substitute for a manual human security review. Always re-check Aikount's advertised tools, transport security, and authorization posture before connecting an autonomous agent or sharing sensitive context with it.
Add Aikount to an MCP client using the endpoint below. Review the grade and findings above before granting an autonomous agent access.
MCP endpoint
https://api.aikount.com/mcp/Streamable HTTP transport. This is the MCP endpoint, not a website — paste it into your MCP client server list rather than a browser.
Captured passively during the read-only scan. Click any value to find servers that match it.
The tools this server advertises via tools/list — names, purposes, and the parameters each accepts, exactly as enumerated read-only.
Verify the token and return the active tenant (id, name, VAT, currency). Call this first. With an 'agl_' API key this reads /tenants/me (the /auth/me endpoint is session-login only and rejects API key
List contacts (customers and suppliers). Args: search: free-text match on name / legal name / VAT. kind: 'customer' or 'supplier'; omit for both.
Create a contact. `country` is an ISO-3166 alpha-2 code (e.g. 'ES').
Sorted worst-first. Each finding shows its severity, what it means, its OWASP MCP Top-10 mapping, and a recommended fix — the check id links to the exact methodology row that produced it.
tool: create_contact
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "notes"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: create_invoice
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "notes"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: create_invoice
A tool description tries to alter the model’s use of another tool.
ax_type_id from list_tax_types; omit it to inherit the default.RecommendationDescriptions must describe only their own tool.
tool: list_accounts
A tool description tries to alter the model’s use of another tool.
unt's UUID for `ledger`.RecommendationDescriptions must describe only their own tool.
tool: ledger
A tool description tries to alter the model’s use of another tool.
y its UUID; see list_accounts).RecommendationDescriptions must describe only their own tool.
tool: (server instructions)
A tool description tries to alter the model’s use of another tool.
re UUIDs. Call `whoami` first to verify the token.RecommendationDescriptions must describe only their own tool.
The server accepts tool enumeration (and likely invocation) with no authentication.
RecommendationRequire OAuth 2.1 authorization for any server exposing non-public tools.
tool: create_contact
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "create_contact"RecommendationScope tools to the minimum needed.
tool: create_invoice
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "create_invoice"RecommendationScope tools to the minimum needed.
tool: issue_invoice
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "issue_invoice"RecommendationScope tools to the minimum needed.
tool: get_ingest_job
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "get_ingest_job"RecommendationScope tools to the minimum needed.
tool: api_request
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "api_request"RecommendationScope tools to the minimum needed.
Vantaj uptime monitoring via MCP — manage monitors, heartbeats, incidents, and status pages.
Unified gateway to Algeria's TKAWEN ecosystem: commerce, certification, and AI tools.
Provides access to the Cohereon Doctrine AI safety framework with governance components, tiered access, and agent onboarding.
Agentic rails for complex workflows with receipts, fees, and MCP tool access.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
List the tenant's tax types (IVA/IGIC/IPSI/IRPF), each with its UUID. Invoice/purchase lines reference a tax by `tax_type_id` (a UUID from this list), not by a string code.
List catalog products/services.
List sales invoices. Lifecycle: draft -> issued -> paid.
Fetch one sales invoice in full by UUID.
Create a DRAFT sales invoice (call issue_invoice to assign a number). Money is in MAJOR units (euros), e.g. unit_price 1200.00 — not cents. Each line: {"description","quantity","unit_price","tax_type_
Issue a draft invoice — assigns the next sequential legal number. Do not delete issued invoices to "renumber" — numbering must stay contiguous. Confirm with the user before issuing.
List purchase documents (supplier invoices / expenses).
Fetch one purchase document in full by UUID.
Poll the status/result of an AI purchase-ingestion job. Note: uploading a PDF for ingestion is a multipart upload not exposed over this hosted MCP; use the web app or the REST endpoint /ai/ingest-purc
List treasuries (bank / Stripe / PayPal accounts) with balances.
List bank movements, optionally scoped to one treasury.
Suggested movement<->document matches (auto-reconcile at confidence >= 0.95).
Manually match a bank movement to an invoice/purchase document.
List the Spanish PGC chart of accounts (code, name, UUID, balance). Use this to resolve an account's UUID for `ledger`.
Read ledger movements for ONE PGC account (by its UUID; see list_accounts).
Balance de sumas y saldos (trial balance) across every account.
Modelo 303 (quarterly VAT) — JSON summary of every quarter with activity.
Modelo 303 backing detail for one quarter as CSV text (per-transaction).
Call any Aikount API endpoint not covered by a dedicated tool. See https://api.aikount.com/openapi.json for the full surface. Args: method: GET / POST / PATCH / DELETE. path: API path relative to /api