Developer Tools
apiacre.com
Provides web page content and metadata extraction, along with SEO, security, and accessibility audits.
ENDPOINT 1
https://apiacre.com/mcp
MCP server metadata
- Name
- apiacre
- Version
- 0.1.0
Known tools 34
web.extractExtract clean readable text or Markdown from any public web page for research, summarization, RAG, or agent context.
Inferred read-onlyweb.metadataExtract canonical URLs, titles, descriptions, Open Graph, Twitter Card, and document metadata from a public page.
Inferred read-onlyweb.seo-auditAudit on-page technical SEO, score a public URL, and return prioritized, actionable issues for search optimization.
Inferred read-onlyweb.security-auditScan a public website for TLS and browser security header weaknesses and return a security score with fixes.
Inferred read-onlyweb.accessibility-auditCheck a public page for deterministic HTML accessibility problems and return actionable WCAG-oriented findings.
Inferred read-onlyweb.performance-profileMeasure website response latency, payload size, compression, caching, and performance signals for a public URL.
Inferred read-onlyweb.linksExtract, normalize, and classify internal and external links from a public web page.
Inferred read-onlyweb.tech-fingerprintIdentify frameworks, analytics, CDNs, servers, and other website technologies from public response signals.
Inferred read-onlyweb.domain-intelligenceInvestigate a domain using DNS, TLS certificate, and RDAP registration signals in one structured report.
Inferred read-onlyweb.full-auditRun a comprehensive website audit combining SEO, security, accessibility, and performance scores with prioritized fixes.
Inferred read-onlyweb.business-due-diligenceAssess a business domain using website quality, SEO, security, accessibility, performance, DNS, TLS, and RDAP registration signals.
Inferred read-onlydocument.extractExtract clean text and metadata from supplied PDF, DOCX, HTML, Markdown, CSV, JSON, YAML, or plain-text documents.
Inferred read-onlydocument.tablesExtract structured table rows and columns from supplied HTML, DOCX, or CSV documents.
Inferred read-onlydocument.redactDetect and redact PII and personal data in text, including email addresses, phone numbers, IPv4 addresses, payment cards, and US Social Security numbers.
Potential side effectsdocument.diffCompare two texts and return structured line additions, removals, and a unified diff.
Inferred read-onlydata.profileProfile CSV, JSON, or YAML records for field types, nulls, uniqueness, and representative samples.
Inferred read-onlydata.cleanClean CSV, JSON, or YAML records by normalizing keys, trimming whitespace, and standardizing empty values.
Inferred read-onlydata.convertConvert structured data between CSV, JSON, and YAML formats with a machine-readable response.
Inferred read-onlydata.schemaInfer a JSON Schema from CSV, JSON, or YAML records, including nullable fields and observed primitive types.
Inferred read-onlydata.deduplicateRemove duplicate CSV, JSON, or YAML records using selected identity fields and report the removed count.
Potential side effectsdeveloper.openapi-auditValidate and audit an OpenAPI document for missing operation IDs, descriptions, responses, and consistency problems.
Inferred read-onlydeveloper.license-auditClassify software dependency licenses and flag packages that need commercial or legal review.
Inferred read-onlydeveloper.secret-scanScan source code or configuration text for leaked API keys, tokens, and credentials without returning secret values.
Inferred read-onlydeveloper.code-metricsMeasure source-code size, functions, branching complexity, and maintainability signals for supported languages.
Inferred read-onlydeveloper.structured-diffCompare JSON or YAML documents and return machine-readable additions, removals, and changes by path.
Inferred read-onlyresearch.feed-normalizeFetch and normalize public RSS or Atom feeds into stable structured JSON entries for agents and research workflows.
Inferred read-onlyresearch.sec-filing-signalsLook up a public company by ticker or CIK, normalize recent SEC filings, and flag deterministic events such as late filings, amendments, auditor changes, non-reliance, control changes, or bankruptcy disclosures.
Inferred read-onlyresearch.sec-insider-transactionsRetrieve recent SEC Form 4 officer, director, and 10% beneficial-owner trades for a ticker or CIK, including purchases, sales, awards, exercises, tax withholding, prices, holdings, 10b5-1 context, derivatives, and filing footnotes.
Inferred read-onlyresearch.sec-financial-factsRetrieve normalized, recent issuer-reported revenue, earnings, balance-sheet, cash-flow, and diluted-EPS facts from official SEC XBRL data.
Inferred read-onlycrypto.address-inspectValidate, normalize, and checksum an Ethereum or EVM wallet address and identify the zero address.
Inferred read-onlycrypto.calldata-decodeDecode Ethereum or EVM ABI calldata arguments using a supplied Solidity function signature.
Inferred read-onlycrypto.typed-data-hashValidate EIP-712 typed structured data and derive its domain separator, message hash, and signing digest.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.apiacre]
url = "https://apiacre.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apiacre": {
"type": "http",
"url": "https://apiacre.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apiacre
Remote MCP URL: https://apiacre.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"apiacre": {
"url": "https://apiacre.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apiacre": {
"type": "http",
"url": "https://apiacre.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apiacre",
"transport": "streamable-http",
"url": "https://apiacre.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.