akta pro
akta.pro gives AI agents and teams structured access to 20M+ private companies and real-time news signals — entity-resolved, deduplicated, and pay-as-you-go.
README
akta.pro MCP Server
Private company data & real-time news signals for AI agents.
Give your AI agent structured intelligence on 20M+ private companies plus entity-resolved, real-time news signals — via a single MCP server.
akta.pro MCP connects Claude, ChatGPT, Cursor, VS Code, and other MCP clients to enterprise-grade private company data and real-time news signals. 20M+ entity-resolved companies, 70+ data points each, 30K+ sub-sectors monitored, and ~80% news noise filtered — pay-as-you-go.
- Server URL:
https://mcp.akta.pro/mcp - Website: https://akta.pro · Docs: https://docs.akta.pro
- Publisher: Wokelo AI (https://wokelo.ai)
- Transport: HTTP (streamable HTTP / SSE-compatible) — remote server, no local install
- Auth: OAuth (Claude/ChatGPT web) or
x-api-keyheader (Cursor, VS Code, Claude Code, OpenCode, CLI)
Overview
akta.pro MCP Server brings enterprise-grade private-markets intelligence into any MCP-compatible AI client. Built by Wokelo AI, akta.pro is the API-native private company data platform trusted by teams at KPMG, Adobe, Premji Invest, JLL, Chicago Booth, and others.
Point Claude, ChatGPT, Cursor, VS Code, or Claude Code at https://mcp.akta.pro/mcp and your agent can:
- Resolve any company by name, website, or UUID with patent-pending entity resolution across 20M+ global entities.
- Enrich private companies across 70+ structured data points — firmographics, business model, product offering, management, financials, technology stack, industry codes, and (Enterprise) funding & M&A history.
- Monitor company, industry, or open-ended topic news in real time with AI summaries, sentiment scores, event-type classification (77 tag codes across 11 categories), and named-entity extraction. ~80% of noise is filtered before it hits your workflow.
- Surface alternative signals (Subscription/Enterprise): LinkedIn headcount trends, website traffic, Glassdoor-style employee reviews, G2-style product reviews, live LinkedIn/Indeed job posts, and company social posts.
All tools are synchronous — data is returned immediately, no polling. Responses use deterministic schemas, compact payloads, and ship with source attribution so every claim is verifiable. company_data is billed per section, so agents only pay for what they ask for. Free resolve-first tools (company_search, industry_search, account_status, news_types) cost 0 credits.
SOC 2 Type II certified, ISO 27001 compliant, end-to-end encrypted, and no customer data is used to train AI models.
Data coverage
- 20M+ globally entity-resolved private companies
- 70+ structured data points per company
- 30K+ sub-sectors monitored
- ~80% of news noise filtered before delivery
- News classification: 77 event-type tag codes across 11 categories
- Industry classifications supported: NAICS, SIC, IPTC, IAB
- Location fields normalized to ISO country codes
Tools (14)
All tools are synchronous (data returned immediately, no polling). company_data returns Markdown; every other tool returns JSON.
Free resolve-first tools (0 credits)
| Tool | Description |
|---|---|
company_search |
Resolve a company by name or website to akta identifiers (uuid, website, status). |
industry_search |
Resolve a free-text industry/topic to ranked industry codes; used to filter news. |
account_status |
Returns plan tier (is_enterprise, package_type) and remaining credit balance. |
news_types |
Returns the news-type taxonomy: 77 tag codes across 11 categories. |
Company data
| Tool | Description |
|---|---|
company_data |
Rich structured company profile as Markdown. Sections selected explicitly and billed per section. |
company_data_concise |
Single condensed company overview in JSON. No section selection, flat rate, cheapest fast read. |
News
| Tool | Description |
|---|---|
news_signals |
List news filtered by company, industry, query, or title with sentiment and AI summaries. No full article body. |
news_detail |
Full article body for specific article IDs from news_signals (max 10 per call). |
Alternative signals (Subscription or Enterprise)
| Tool | Description |
|---|---|
headcount_trends |
LinkedIn-sourced employee-count trends over time + functional breakdown. |
website_traffic |
Engagement metrics, monthly visits, traffic-source breakdown. |
employee_reviews |
Glassdoor-style overall + 8 dimension-level ratings, plus individual reviews. |
product_reviews |
Product catalog and per-product reviews (G2, etc.). Call without a product ID first to list the catalog. |
job_posts |
Live LinkedIn/Indeed job listings — title, location, description, compensation, experience level, skills. |
social_posts |
Company social posts — content type, text, date, paid/repost flags, AI classification, engagement. |
Install
Server URL for every client: https://mcp.akta.pro/mcp
Claude (Web / Desktop)
- Settings (or Customize) → Connectors → Add Connectors
- Name:
akta-pro· Server URL:https://mcp.akta.pro/mcp - Click Add, complete OAuth.
ChatGPT
- Settings → Plugins → Developer Mode → enable.
- Settings → Plugins → Browse Plugins → +.
- Name
akta-pro, pastehttps://mcp.akta.pro/mcp, authentication = OAuth. - Create and complete OAuth.
Claude Code
claude mcp add --transport http akta-pro https://mcp.akta.pro/mcp \
--header "x-api-key: <YOUR_API_KEY>"
Cursor — ~/.cursor/mcp.json
{
"mcpServers": {
"akta-pro": {
"url": "https://mcp.akta.pro/mcp",
"headers": { "x-api-key": "YOUR_AKTA_API_KEY" }
}
}
}
VS Code — .vscode/mcp.json
{
"servers": {
"akta-pro": {
"type": "http",
"url": "https://mcp.akta.pro/mcp",
"headers": { "x-api-key": "YOUR_AKTA_API_KEY" }
}
}
}
OpenCode — opencode.json
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"akta-pro": {
"type": "remote",
"url": "https://mcp.akta.pro/mcp",
"enabled": true,
"oauth": false,
"headers": { "x-api-key": "YOUR_AKTA_API_KEY" }
}
}
}
Authentication
- OAuth — web clients (Claude, ChatGPT).
x-api-keyheader — CLI/IDE clients (Cursor, VS Code, Claude Code, OpenCode).- API key signup: https://playground.akta.pro/signup
- API key management: https://playground.akta.pro/dashboard/manage/api-keys
Pricing
- Pay-as-you-go — no minimum, credits purchased upfront, per-tool billing.
- Subscription — unlocks alternative-signal tools (headcount_trends, website_traffic, employee_reviews, product_reviews, job_posts, social_posts).
- Enterprise — unlocks funding_detail and mna_and_investment sections plus enterprise SLAs, bulk export, and dedicated support.
Full pricing: https://akta.pro/pricing · Rate limits: https://docs.akta.pro/getting-started/rate-limits · Error codes: https://docs.akta.pro/getting-started/error-codes
Compliance & trust
- SOC 2 Type II certified
- ISO 27001 compliant
- End-to-end encrypted in transit and at rest
- No customer data is used to train AI models
- OpenAPI spec: https://docs.akta.pro/openapi.json
- LLM-friendly docs: https://docs.akta.pro/llms.txt · https://docs.akta.pro/llms-full.txt
Links
- Website: https://akta.pro
- Documentation: https://docs.akta.pro
- Pricing: https://akta.pro/pricing
- Changelog: https://docs.akta.pro/changelog
- Contact / Sales: https://docs.akta.pro/contact
- LinkedIn: https://www.linkedin.com/company/akta-pro
- X / Twitter: https://x.com/akta_pro
© 2026 Wokelo AI. All Rights Reserved. Commercial (proprietary). Free tier via pay-as-you-go credits.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。