Skip to main content
ClaudeWave
ArneFfm avatar
ArneFfm

animal-checklist-agents

View on GitHub

Public MCP server manifests and agent setup for Animal Checklist

MCP ServersOfficial Registry0 stars0 forksUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • ✓Actively maintained (<30d)
  • ✓Clear description
  • ✓Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/26/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/ArneFfm/animal-checklist-agents
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "animal-checklist-agents": {
      "command": "node",
      "args": ["/path/to/animal-checklist-agents/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/ArneFfm/animal-checklist-agents and follow its README for install instructions.
Use cases

MCP Servers overview

# Animal Checklist MCP

Animal Checklist offers two remote MCP servers over Streamable HTTP.

| Server | URL | Access |
| --- | --- | --- |
| Species catalogue | `https://animalchecklist.com/mcp` | Public, read only |
| Your account | `https://animalchecklist.com/mcp/account` | Personal MCP key |

The public server searches animal species and returns names, habitats, countries, photos and source credits. The account server also reads your synced sightings. A read-write key can mark a catalogue species seen.

Create a personal key on [your Account page](https://animalchecklist.com/account). Choose a read key unless your MCP app must mark animals seen. Copy the key when it appears; Animal Checklist shows it only once. Remove it from the same page when you no longer use the app. Keys expire after 90 days.

Configure the account server with this HTTP header:

```text
Authorization: Bearer YOUR_MCP_KEY
```

Keep the key in your MCP client's secret store. Do not commit it to a repository. The public `mcp.json` contains only the keyless catalogue server because the Agent Plugins 1.0.0 format does not define portable secret references.

The `server.json` and `server-account.json` files describe both servers for the [official MCP Registry](https://registry.modelcontextprotocol.io/). The [`mcp.json`](mcp.json) file provides a portable public-server connection. See the [developer guide](https://animalchecklist.com/developers) for tool details and a client config example.

What people ask about animal-checklist-agents

What is ArneFfm/animal-checklist-agents?

+

ArneFfm/animal-checklist-agents is mcp servers for the Claude AI ecosystem. Public MCP server manifests and agent setup for Animal Checklist It has 0 GitHub stars and its last recorded update is dated 2026-09-26.

How do I install animal-checklist-agents?

+

You can install animal-checklist-agents by cloning the repository (https://github.com/ArneFfm/animal-checklist-agents) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ArneFfm/animal-checklist-agents safe to use?

+

Our security agent has analyzed ArneFfm/animal-checklist-agents and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains ArneFfm/animal-checklist-agents?

+

ArneFfm/animal-checklist-agents is maintained by ArneFfm. The last recorded GitHub activity is dated 2026-09-26, with 0 open issues.

Are there alternatives to animal-checklist-agents?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy animal-checklist-agents to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: ArneFfm/animal-checklist-agents
[![Featured on ClaudeWave](https://claudewave.com/api/badge/arneffm-animal-checklist-agents)](https://claudewave.com/repo/arneffm-animal-checklist-agents)
<a href="https://claudewave.com/repo/arneffm-animal-checklist-agents"><img src="https://claudewave.com/api/badge/arneffm-animal-checklist-agents" alt="Featured on ClaudeWave: ArneFfm/animal-checklist-agents" width="320" height="64" /></a>