# Flipvo: contractor licenses, business entities, drive times, airports (remote · api.flipvo.com)

Pay-per-call tools over x402 (USDC on Base): FL/OR contractor licenses, entities, drive times.

- Trust score: 61/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `api.flipvo.com`: 61/100 (this document), [markdown](https://verifymcp.io/servers/stea4lth-flipvo-agent-tools/api.md), [page](https://verifymcp.io/servers/stea4lth-flipvo-agent-tools/api)

## Channel facts

- Endpoint: `https://api.flipvo.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.9`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1078 tokens (~154/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 81/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 32% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Flipvo: contractor licenses, business entities, drive… MCP server?

Flipvo: contractor licenses, business entities, drive… is a hosted endpoint at https://api.flipvo.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http stea4lth-flipvo-agent-tools 'https://api.flipvo.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "stea4lth-flipvo-agent-tools": {
      "url": "https://api.flipvo.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "stea4lth-flipvo-agent-tools": {
      "type": "http",
      "url": "https://api.flipvo.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.stea4lth-flipvo-agent-tools]
url = "https://api.flipvo.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "stea4lth-flipvo-agent-tools": {
      "type": "remote",
      "url": "https://api.flipvo.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add stea4lth-flipvo-agent-tools --url 'https://api.flipvo.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  stea4lth-flipvo-agent-tools:
    url: "https://api.flipvo.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "stea4lth-flipvo-agent-tools": {
      "Transport": "http",
      "Url": "https://api.flipvo.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add stea4lth-flipvo-agent-tools -t streamable-http -u 'https://api.flipvo.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "stea4lth-flipvo-agent-tools": {
      "type": "http",
      "url": "https://api.flipvo.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-26 (score 61, 0)

- [functional] Server version: 0.1.8 → 0.1.9

### 2026-09-25 (score 61, +1)

- [functional improvement] Stability: unverified → 0.03
- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server
- [functional] Server version: 0.1.7 → 0.1.8

### 2026-09-24 (score 60)

First indexed and scored.

## MCP tools (7)

### `pipe_check` (~50 tokens)

$0.001 per call. Pay with x402 (USDC on Base) in _meta["x402/payment"]. Cheapest paid call: proves wallet, 402 and receipt work (x402 only).

Output parameters:

- `pong` (boolean)
- `ts` (string)

### `drive_time` (~89 tokens)

$0.01 per call. Pay with x402 (USDC on Base) in _meta["x402/payment"]; MPP (tempo) on the HTTP URL /v1/drive. Driving time/distance between two named places.

Input parameters:

- `destination` (string, required)
- `near`: Disambiguation hint, e.g. 'Orlando, FL'
- `origin` (string, required)

Output parameters:

- `attribution` (string)
- `destination`
- `distance_m` (integer)
- `duration_s` (integer)
- `estimated` (boolean): true = straight-line fallback, not a road route
- `miles` (number)
- `minutes` (number)
- `origin`

### `drive_matrix` (~82 tokens)

$0.05 per call. Pay with x402 (USDC on Base) in _meta["x402/payment"]; MPP (tempo) on the HTTP URL /v1/matrix. Drive-time matrix, up to 100 origin x destination elements per call.

Input parameters:

- `destinations` (array, required)
- `near`
- `origins` (array, required)

Output parameters:

- `attribution` (string)
- `destinations` (array)
- `origins` (array)
- `rows` (array)

### `license_verify` (~92 tokens)

$0.05 per call. Pay with x402 (USDC on Base) in _meta["x402/payment"]; MPP (tempo) on the HTTP URL /v1/license/verify. Contractor license status plus matching business-entity record. Served states: FL, OR. Empty licenses is a paid 200.

Input parameters:

- `license_number`
- `name`
- `state` (string, required)

Output parameters:

- `attribution` (string)
- `data_as_of` (object)
- `licenses` (array)
- `query` (object)
- `state` (string)

### `entity_lookup` (~110 tokens)

$0.01 per call. Pay with x402 (USDC on Base) in _meta["x402/payment"]; MPP (tempo) on the HTTP URL /v1/entity/lookup. State business-registry record (status, formation, registered agent, officers) by entity number or exact name. Served states: FL, OR. Up to 10 entities; empty entities is a paid 200.

Input parameters:

- `entity_number`
- `name`
- `state` (string, required)

Output parameters:

- `coverage` (string)
- `data_as_of` (object)
- `entities` (array)
- `query` (object)
- `source` (string)
- `state` (string)
- `truncated` (boolean): More than 10 entities matched.

### `license_search` (~371 tokens)

$0.10 per call. Pay with x402 (USDC on Base) in _meta["x402/payment"]; MPP (tempo) on the HTTP URL /v1/license/search. Licensed contractors by trade and city or zip: license number, name, license type and class, status, expiry, address. Trades FL: alarm, demolition, drywall, electrical, garage_door, gas_line, general, glazing, hvac, irrigation, low_voltage, marine, plumbing, pollutant_storage, pool, pool_specialty, residential_electrical, roofing, sheet_metal, sign_electrical, solar, specialty_structure, underground_utility, window_door; OR: commercial_general, commercial_specialty, home_inspector, lead_paint, locksmith, residential_general, residential_specialty. Up to 25 results, active first, with total_matches; empty results is a paid 200.

Input parameters:

- `active_only` (boolean)
- `city`: Exact match after normalizing case and spaces, on addresses in the requested state. Exactly one of city or zip.
- `limit` (integer)
- `state` (string, required)
- `trade` (string, required): Offered per state. FL: alarm, demolition, drywall, electrical, garage_door, gas_line, general, glazing, hvac, irrigation, low_voltage, marine, plumbing, pollutant_storage, pool, pool_specialty, resid…
- `zip`: 5-digit ZIP (ZIP+4 accepted; the first 5 digits match).

Output parameters:

- `coverage` (string)
- `data_as_of` (object)
- `query` (object)
- `results` (array)
- `source` (string)
- `state` (string)
- `total_matches` (integer): Matches before the limit.
- `truncated` (boolean): total_matches is more than the results returned.

### `airport_nearest` (~137 tokens)

$0.02 per call. Pay with x402 (USDC on Base) in _meta["x402/payment"]; MPP (tempo) on the HTTP URL /v1/airport/nearest. Up to 5 airports with scheduled service nearest a named place, ranked by real road drive time, with IATA codes.

Input parameters:

- `airport_size` (string): scheduled: any airport with scheduled passenger service. large: OurAirports type large_airport with scheduled service.
- `k` (integer): How many airports
- `location` (string, required)
- `near`: Disambiguation hint, e.g. 'Florida'

Output parameters:

- `airports` (array): Nearest first by road drive time
- `airports_data_as_of` (string): When our OurAirports file was fetched (UTC)
- `attribution` (string)
- `origin`

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/stea4lth-flipvo-agent-tools/api#diagnostics

## Score history

- 2026-09-26: 61
- 2026-09-25: 61
- 2026-09-24: 60

## Common questions

### What is the Flipvo: contractor licenses, business entities, drive… MCP server?

Flipvo: contractor licenses, business entities, drive… is an MCP server listed in the public MCP registry as io.github.stea4lth/flipvo-agent-tools. Pay-per-call tools over x402 (USDC on Base): FL/OR contractor licenses, entities, drive times. This page covers its hosted endpoint (https://api.flipvo.com/mcp).

### Is the Flipvo: contractor licenses, business entities, drive… MCP server safe to use?

Flipvo: contractor licenses, business entities, drive… scores 61 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Flipvo: contractor licenses, business entities, drive… MCP server expose?

Flipvo: contractor licenses, business entities, drive… exposes 7 tools: pipe_check, drive_time, drive_matrix, license_verify, entity_lookup, and 2 more. Their descriptions and schemas cost roughly 931 tokens of context every time the server is loaded.

### Does the Flipvo: contractor licenses, business entities, drive… MCP server require authentication?

No. We connected to Flipvo: contractor licenses, business entities, drive… without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Flipvo: contractor licenses, business entities, drive… MCP server still maintained?

Flipvo: contractor licenses, business entities, drive… is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.flipvo.com/mcp
- Website: https://api.flipvo.com/llms.txt
- Changelog RSS feed: https://verifymcp.io/servers/stea4lth-flipvo-agent-tools/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/stea4lth-flipvo-agent-tools/api.json
- HTML version of this page: https://verifymcp.io/servers/stea4lth-flipvo-agent-tools/api
