MCP Servers · Agent Infrastructure · Singapore
Trust infrastructure for AI agents.
Verify before you transact.
Three production MCP servers built for agent workflows. Company intelligence, sanctions screening, VAT validation, AI-powered fraud detection, and government tender search. Free tier on all — connect and your agent discovers everything automatically.
3MCP servers
17Total tools
328Sanctions lists
3Govt databases
27+VAT jurisdictions
<1sResponse time
bizfile-mcp v4.6.0
Company Intelligence · KYC · Sanctions Screening
Your agent needs verified company data
and global sanctions checks — in one call.
6 MCP tools. 328 sanctions lists. 130+ company registries. Data sourced directly from official government registries — not scraped, not cached. We do not log your query content.
// Free tier — no API key needed
"mcpServers": {
"bizfile": {
"type": "http",
"url": "https://bizfile-mcp-production.up.railway.app"
}
}
// Paid tier — include API key
"bizfile": {
"type": "http",
"url": "https://bizfile-mcp-production.up.railway.app",
"headers": {
"x-api-key": "biz_your_key_here"
}
}
$ curl https://bizfile-mcp-production.up.railway.app/health
{
"status": "ok",
"version": "4.6.0",
"sanctions_screening": "enabled"
}
// Agent screens counterparty before LC issuance
"sanctioned": true,
"risk_level": "CRITICAL",
"recommended_action": "BLOCK",
"lists_checked": 328,
"source_url": "api.opensanctions.org",
"checked_at": "2026-04-09T06:17:00Z",
"sanction_programs": ["US-OFAC", "EU-UKR"...],
"trade_finance_note": "Do not issue LC or BL. Notify compliance officer.",
"_billing": {
"checks_used": 47,
"cost_this_call": "£0.150"
}
Bizfile MCP — response schemas
screen_entity — BLOCK response
{
"screened": true,
"sanctioned": true,
"risk_level": "CRITICAL",
"recommended_action": "BLOCK",
"lists_checked": 328,
"source_url": "api.opensanctions.org",
"checked_at": "2026-04-09T06:17:00Z",
"_billing": {
"checks_used": 47,
"checks_remaining": 453,
"cost_this_call": "£0.150"
}
}
screen_entity — PROCEED response
{
"screened": true,
"sanctioned": false,
"risk_level": "CLEAR",
"recommended_action": "PROCEED",
"lists_checked": 328,
"source_url": "api.opensanctions.org",
"checked_at": "2026-04-09T06:17:00Z",
"summary": "No matches across 328 lists."
}
recommended workflow — trade finance
// Step 1 — find the company
search_company(query: "Kalimantan Coal Trading")
// Step 2 — verify KYC
verify_company(company_name, company_number)
// Step 3 — AI risk assessment
check_company_risk(company_name) → risk_score 0-100
// Step 4 — screen entity + directors
screen_entity(name, entity_type: "Company")
get_officers() → screen_entity(each director)
Bizfile MCP — pricing
free
$0
no api key · 20 calls/month
- 20 company intelligence calls
- All 6 tools
- No API key required
- Connect and test immediately
- screen_entity (sanctions)
- Paid API key
Connect on Smithery
pro
$299
per month · api key by email
- 10,000 company intelligence calls
- All 6 tools
- AI risk assessment
- API key delivered by email
- screen_entity — £0.15/check
- Max 500 checks/month
Get Pro Access →
Sanctions checks billed at £0.15 each. Billing metadata in every response. Cap: 500 checks/month.
enterprise
$999
per month · custom invoice
- Unlimited company intelligence
- All 6 tools
- AI risk assessment
- Custom invoice for expenses
- screen_entity — £0.125/check
- Max 2,000 checks/month
Get Enterprise →
Reduced rate of £0.125/check. Cap of 2,000 checks/month. Contact
[email protected] for higher caps.
By purchasing you agree to the
Terms of Service. The Service is informational only. Not a substitute for professional compliance advice. Maximum liability limited to 3 months subscription fees. We do not log or store your query content.
vat-validator-mcp v1.3.0
VAT Validation · Invoice Fraud Detection · EU ViDA Compliance
Your agent needs to know the VAT number
is valid — and safe to pay.
Validate EU, UK, and Australian VAT numbers against live government registries. AI-powered fraud risk analysis and invoice verification. Required for EU ViDA mandatory e-invoicing compliance from 2026. We do not log your query content.
// Free tier — no API key needed
"mcpServers": {
"vat-validator": {
"type": "http",
"url": "https://vat-validator-mcp-production.up.railway.app"
}
}
// Paid tier — include API key
"vat-validator": {
"type": "http",
"url": "https://vat-validator-mcp-production.up.railway.app",
"headers": {
"x-api-key": "vat_your_key_here"
}
}
$ curl https://vat-validator-mcp-production.up.railway.app/health
{
"status": "ok",
"version": "1.3.0",
"service": "vat-validator-mcp"
}
// Agent checks invoice before approving payment
"recommendation": "REVIEW",
"risk_level": "MEDIUM",
"risk_score": 65,
"fraud_signals": ["Name mismatch between invoice and registry"],
"recommended_action": "Request documentation before payment.",
"source_url": "ec.europa.eu/taxation_customs/vies",
"checked_at": "2026-04-09T06:17:00Z"
VAT Validator MCP — response schemas
validate_vat — valid result
{
"valid": true,
"vat_number": "DE811128135",
"country": "DE",
"company_name": null,
// null is normal for DE — VIES privacy feature
"source": "VIES",
"source_url": "ec.europa.eu/taxation_customs/vies",
"checked_at": "2026-04-09T06:17:00Z"
}
recommended workflow — invoice processing
// Step 1 — validate the VAT number
validate_vat(vat_number: "DE811128135")
// Step 2 — AI invoice verification
compare_invoice_details(
invoice_company_name: "Acme GmbH",
invoice_vat_number: "DE811128135",
validation_result: <step 1 result>
)
// Step 3 — AI fraud risk assessment
analyse_vat_risk(
vat_number: "DE811128135",
invoice_amount: 50000,
validation_result: <step 1 result>
)
// → CLEAR / REVIEW / BLOCK
VAT Validator MCP — pricing
free
$0
no api key · 20 calls/month
- 20 validations/month
- validate_vat, validate_uk_vat
- get_vat_rates
- analyse_vat_risk (AI)
- compare_invoice_details (AI)
- batch_validate
Connect on Smithery
pro
$39
per month · api key by email
- 5,000 validations/month
- All 6 tools including batch
- AI fraud detection tools
- API key delivered by email
- EU ViDA compliance ready
Get Pro Access →
enterprise
$199
per month · custom invoice
- Unlimited validations
- All 6 tools including batch
- AI fraud detection tools
- Custom invoice for expenses
- Priority support
Get Enterprise →
By purchasing you agree to the
Terms of Service. Results sourced directly from EU VIES, UK HMRC, and Australian ABR. Informational only — not legal or tax advice. Verify with a qualified tax advisor. Maximum liability limited to 3 months subscription fees. We do not log or store your query content.
FAQ — developer questions
How does my agent authenticate?+
Free tier requires no authentication — just connect and your agent gets 20 calls tracked by IP. Paid tier passes x-api-key in the request header. API key is delivered by email immediately after payment.
Do you log my queries?+
No. We log the IP address and tool name for rate limiting and stats purposes, but we do not log or store the actual query content — company names, VAT numbers, or entity names you search for are not retained.
How does my agent know how many sanctions checks it has left?+
Every screen_entity response includes a _billing object with checks_used, checks_remaining, checks_limit, and cost_this_call. Your agent can read this and surface it to the operator at any time.
What does source_url and checked_at mean in responses?+
Every tool response includes the exact government API that provided the data (source_url) and the ISO timestamp when the check was performed (checked_at). This lets agents and operators verify exactly where the data came from and how fresh it is.
Why does VIES return null for company_name on German VAT numbers?+
Germany (DE) and some other EU countries return valid:true but company_name:null from VIES — this is a privacy feature of those national registries, not an error. The valid flag is the reliable signal. Use analyse_vat_risk for additional context on German numbers.
What sanctions lists are included in screen_entity?+
328 sources via OpenSanctions API, updated daily. Key lists: OFAC SDN, UN Security Council, EU Consolidated, UK OFSI, Australia DFAT, Japan METI/MOFA, Canada SEMA, Switzerland SECO, MAS Singapore, Malaysia MHA, Indonesia DTTOT, and 317 more including PEP databases and debarment lists.
Is there a bulk data or on-premise option?+
tender-mcp v1.0.1
Government Tender Search · Procurement Intelligence · AI Opportunity Scoring
Your agent needs to find government contracts
before your competitors do.
Search UK Contracts Finder, EU TED, and US SAM.gov simultaneously. AI-powered relevance scoring tells your agent which tenders are worth pursuing. Data sourced directly from official government portals — not scraped, not cached. We do not log your query content.
// Free tier — no API key needed
"mcpServers": {
"tender": {
"type": "http",
"url": "https://tender-mcp-production.up.railway.app"
}
}
// Paid tier — include API key
"tender": {
"type": "http",
"url": "https://tender-mcp-production.up.railway.app",
"headers": {
"x-api-key": "tender_your_key_here"
}
}
$ curl https://tender-mcp-production.up.railway.app/health
{
"status": "ok",
"version": "1.0.1",
"service": "tender-mcp"
}
// Agent scores tenders for a cybersecurity firm
"keyword": "cybersecurity",
"total_found": 9,
"sources_searched": ["uk", "eu", "us"],
// After score_tender_fit:
"recommendation": "BID",
"score": 92,
"fit_summary": "ENISA contract matches core capability exactly.",
"analysis_type": "AI-powered — NOT a simple keyword match",
"source_url": "ted.europa.eu",
"checked_at": "2026-04-10T03:13:48Z"
Tender MCP — pricing
free
$0
no api key · 10 searches/month
- 10 searches/month
- search_tenders (UK + EU + US)
- get_tender_detail
- score_tender_fit (AI scoring)
- No API key required
- get_daily_digest
- get_award_history
Connect on Smithery
pro
$199
per month · api key by email
- 500 searches/month
- All 5 tools
- AI opportunity scoring
- Daily digest monitoring
- Award history intelligence
- API key delivered by email
Get Pro Access →
enterprise
$499
per month · custom invoice
- Unlimited searches
- All 5 tools
- AI opportunity scoring
- Daily digest monitoring
- Custom invoice for expenses
- Priority support
Get Enterprise →
By purchasing you agree to the
Terms of Service. Tender data sourced directly from UK Contracts Finder, EU TED, and US SAM.gov. Always verify deadlines and details with the contracting authority before bidding. Informational only — not procurement advice. Maximum liability limited to 3 months subscription fees. We do not log or store your query content.
Listed on — where agents discover our MCPs
Bizfile MCP
Anthropic MCP Registry
io.github.OjasKord/bizfile-mcp · v4.6.0
view →
Smithery
smithery.ai/server/OjasKord/bizfile-mcp
view →
Glama
glama.ai/mcp/servers/OjasKord/bizfile-mcp
view →
npm
npmjs.com/package/bizfile-mcp · v1.3.5
view →
GitHub
github.com/OjasKord/bizfile-mcp
view →
VAT Validator MCP
Anthropic MCP Registry
io.github.OjasKord/vat-validator-mcp · v1.3.0
view →
Smithery
smithery.ai/server/OjasKord/vat-validator-mcp
view →
Glama
glama.ai/mcp/servers/OjasKord/vat-validator-mcp
view →
npm
npmjs.com/package/vat-validator-mcp · v1.0.0
view →
GitHub
github.com/OjasKord/vat-validator-mcp
view →
Tender MCP
Anthropic MCP Registry
io.github.OjasKord/tender-mcp · v1.0.1
view →
Smithery
smithery.ai/servers/OjasKord/tender-mcp
view →
npm
npmjs.com/package/tender-mcp · v1.0.1
view →
GitHub
github.com/OjasKord/tender-mcp
view →