# com.biodnd/agent-ip (remote · agent-ip.biodnd.com)

Agent IP: MCP server with patents search tools

- Trust score: 51/100 (low)
- Change this week: −2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `agent-ip.biodnd.com`: 51/100 (this document), [markdown](https://verifymcp.io/servers/com-biodnd-agent-ip/agent-ip.md), [page](https://verifymcp.io/servers/com-biodnd-agent-ip/agent-ip)

## Channel facts

- Endpoint: `https://agent-ip.biodnd.com/sse`
- Transports: `sse`
- Auth: `none`
- Version: `0.1.2`

## 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-08-03.

- **Endpoint Security**: 46/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 1 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 check failed: the endpoint is reachable over plaintext HTTP.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 40/100
  - Verified sse transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 514 tokens (~514/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-biodnd-agent-ip https://agent-ip.biodnd.com/sse
```

### Codex

```toml
[mcp_servers.com-biodnd-agent-ip]
url = "https://agent-ip.biodnd.com/sse"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-biodnd-agent-ip": {
      "type": "remote",
      "url": "https://agent-ip.biodnd.com/sse",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-biodnd-agent-ip --url https://agent-ip.biodnd.com/sse --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-biodnd-agent-ip:
    url: "https://agent-ip.biodnd.com/sse"
```

### Other

```json
{
  "mcpServers": {
    "com-biodnd-agent-ip": {
      "type": "http",
      "url": "https://agent-ip.biodnd.com/sse"
    }
  }
}
```

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-08-02 (score 51, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 50, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 51, −3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 54, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 53, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 52)

First indexed and scored.

## MCP tools (1)

### `search_patents` (~514 tokens)

Searches Google Patents using SerpApi. Allows filtering by date, inventor, assignee, country, language, status, type, and sorting.

Input parameters:

- `after` (string): Minimum date filter (e.g., 'publication:20230101', 'filing:20220601'). Format: type:YYYYMMDD where type is 'priority', 'filing', or 'publication'.
- `assignee` (string): Filter by assignee names. Separate multiple names with a comma (,).
- `before` (string): Maximum date filter (e.g., 'publication:20231231', 'filing:20220101'). Format: type:YYYYMMDD where type is 'priority', 'filing', or 'publication'.
- `country` (string): Filter by country codes (e.g., 'US', 'WO,JP'). Separate multiple codes with a comma (,).
- `inventor` (string): Filter by inventor names. Separate multiple names with a comma (,).
- `language` (string): Filter by language (e.g., 'ENGLISH', 'JAPANESE,GERMAN'). Separate multiple languages with a comma (,). Supported: ENGLISH, GERMAN, CHINESE, FRENCH, SPANISH, ARABIC, JAPANESE, KOREAN, PORTUGUESE, RUSS…
- `num` (integer): Number of results per page (default: 10). **IMPORTANT: Must be 10 or greater (up to 100).**
- `page` (integer): Page number for pagination (default: 1).
- `q` (string, required): Search query (required). Although optional in SerpApi docs, a non-empty query is practically needed. Use semicolon (;) to separate multiple terms. Advanced syntax like '(Coffee) OR (Tea);(A47J)' is s…
- `scholar` (boolean): Include Google Scholar results (default: false).
- `sort` (string): Sorting method. 'relevance' (default), 'new' (newest by filing/publication date), 'old' (oldest by filing/publication date).
- `status` (string): Filter by patent status: 'GRANT' or 'APPLICATION'.
- `type` (string): Filter by patent type: 'PATENT' or 'DESIGN'.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-biodnd-agent-ip/agent-ip#diagnostics

## Score history

- 2026-08-03: 51
- 2026-08-02: 51
- 2026-08-01: 50
- 2026-07-31: 50
- 2026-07-30: 51
- 2026-07-29: 54
- 2026-07-28: 54
- 2026-07-27: 53
- 2026-07-26: 52

## Links

- Remote endpoint: https://agent-ip.biodnd.com/sse
- Repository: https://github.com/markchiang/go-agents
- Changelog RSS feed: https://verifymcp.io/servers/com-biodnd-agent-ip/agent-ip/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-biodnd-agent-ip/agent-ip/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-biodnd-agent-ip/agent-ip
