# CiteMe (remote · citeme.app)

Search papers, format citations in 60 styles, and verify bibliographies against scholarly sources.

- Trust score: 69/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-06

## Components

- remote · `citeme.app`: 69/100 (this document), [markdown](https://verifymcp.io/servers/app-citeme-citeme/api-mcp.md), [page](https://verifymcp.io/servers/app-citeme-citeme/api-mcp)

## Channel facts

- Endpoint: `https://citeme.app/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## 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-06.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 59/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 719 tokens (~239/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http app-citeme-citeme https://citeme.app/api/mcp
```

### Codex

```toml
[mcp_servers.app-citeme-citeme]
url = "https://citeme.app/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-citeme-citeme": {
      "type": "remote",
      "url": "https://citeme.app/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add app-citeme-citeme --url https://citeme.app/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  app-citeme-citeme:
    url: "https://citeme.app/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "app-citeme-citeme": {
      "type": "http",
      "url": "https://citeme.app/api/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-08-06 (score 69, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-05 (score 69)

First indexed and scored.

## MCP tools (3)

### `search_citations` (~135 tokens)

Search scholarly sources by topic, title, author, DOI, or ISBN and return matching works as formatted citations. Resolved works may be merged into CiteMe's shared scholarly catalog and operational caches; the tool does not publish content or modify a user account.

Input parameters:

- `limit` (number): Number of citations to return
- `query` (string, required): Search query: topic, title, author name, DOI, or ISBN
- `source_type` (string): Type of source to search for
- `style` (string): Citation style (e.g., apa, abnt, mla, vancouver, chicago-author-date, ieee)

### `format_citation` (~162 tokens)

Format citation data (title, authors, year, etc.) into a specific citation style. The formatted result may be stored in an operational cache; the tool does not publish content or modify a user account.

Input parameters:

- `authors` (array, required): Author names (e.g., ["John Smith", "Jane Doe"])
- `doi` (string): DOI identifier
- `page` (string): Page range (e.g., "123-456")
- `publisher` (string): Publisher name
- `style` (string): Citation style
- `title` (string, required): Paper/book title
- `url` (string): URL of the source
- `venue` (string): Journal or venue name
- `volume` (string): Volume number
- `year` (required): Publication year

### `check_references` (~76 tokens)

Verify a user-provided bibliography against scholarly sources and return match status, identifiers, and citation issues. Results may be cached for up to six hours and usage may be logged; the bibliography is not published or added to an account.

Input parameters:

- `text` (string, required): Raw bibliography text (one reference per line, or a full references section)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/app-citeme-citeme/api-mcp#diagnostics

## Score history

- 2026-08-06: 69
- 2026-08-05: 69

## Links

- Remote endpoint: https://citeme.app/api/mcp
- Website: https://citeme.app/mcp
- Changelog RSS feed: https://verifymcp.io/servers/app-citeme-citeme/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/app-citeme-citeme/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/app-citeme-citeme/api-mcp
