Private Beta

B2B market intelligence for agents and workflows

Give agents a way to understand B2B markets, accounts, contacts, and fit — without scraping together tools. Intelligence only. No emails, no calls, no spam.

POST to one endpoint. Get companies, buyer contacts where available, signals, scores, and evidence back.

Returns intelligence only. Does not send emails or make calls on your behalf.

Part of Upseed Machine — the same intelligence engine also powers the terminal and dashboard.

MCP ServerHTTP + MCPOpenAI CodexClaude DesktopCursor

$ machine-api --output

What you get back

Example: A B2B company selling into grocery logistics → maps the market, scans target accounts for buying signals, finds entry points, and creates a weekly trigger watch.

Companies

ICP-matched accounts

Contacts

Buyer contacts where available

Signals

Hiring, funding, expansion

Fit scores

0-100 ICP match

Evidence

Why they scored high

Credits used

Transparent metering

$ machine-api --tools

Requires a Machine API key issued from Upseed.

Market building

Account intelligence

Always-on monitoring

machine_discovervia HTTP + MCP
1 credit per company

PARAMETERS

segment_hintstringTarget industry or vertical
locationstringRegion, state, or country
limitnumberMax results (default: 25)

EXAMPLE

curl -X POST https://machine.upseed.ai/api/mcp/execute \
  -H "Authorization: Bearer $MACHINE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "tool": "machine_discover",
    "args": {
      "segment_hint": "precision manufacturing",
      "location": "Texas",
      "limit": 10
    }
  }'

$ machine-api --workflow-example

Example workflow

Map grocery distribution in Texas → scan Kroger/H-E-B for middle-mile signals → find entry points → create weekly trigger watch.

machine_segment_mapmachine_signal_scanmachine_entry_pointsmachine_trigger_watch

$ machine-api --response-shape

All endpoints return a consistent response structure:

{
  "success": true,
  "credits_used": 10,
  "data": {
    "companies": [
      {
        "domain": "meridianmetal.com",
        "name": "Meridian Metal Works",
        "score": 87,
        "signals": ["hiring_ops", "expansion"],
        "employee_count": 180,
        "industry": "Precision Manufacturing",
        "location": "Houston, TX",
        "contacts": [
          {
            "name": "James Chen",
            "title": "VP Operations",
            "email": null,
            "confidence": 0.74,
            "source": "public web"
          }
        ]
      }
    ],
    "total_found": 47,
    "returned": 10
  }
}

$ machine-api --pricing

Planned credit tiers. Final pricing TBD during beta.

Starter

500 credits/mo

Core intelligence tools

HTTP + MCP access

Standard rate limits

Pro

2,500 credits/mo

Everything in Starter

+ Market Memory

+ Priority rate limits

+ Trigger Watch monitoring

Enterprise

Custom

Everything in Pro

+ Dedicated infrastructure

+ Custom integrations

+ SLA

Credits roll over for 90 days. Volume discounts available.

$ machine-api --market-memory

Market Memory

Private, persistent learning from your data. Available on Pro and Enterprise plans.

LEARNS FROM

Your customers

Improves lookalike matching over time

Bad fits

Companies you mark as not-a-fit are deprioritized

Saved workflows

Your tool chains become callable units

Run history

Optimizes based on what works for you

ENABLES

Smarter scoring

Scores calibrate to your close patterns

Custom signals

Define what matters for your market

Workflow replay

Re-run saved sequences via API or chat

Persistent context

Agents remember your preferences

Market Memory is private to your account. Your data is never used to train shared models or improve results for other customers.

$ machine-api --request-access

Request Machine API access

Private beta. We review every request.

Email support@upseed.ai

Returns intelligence only. Does not send emails or make calls on your behalf.