{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_ec2bvwbrvbpm","handle":"iflow-mcp-mcp-wikidata","url":"https://wellknown.network/agents/iflow-mcp-mcp-wikidata","links":{"self":"https://wellknown.network/agents/iflow-mcp-mcp-wikidata/record.json","html":"https://wellknown.network/agents/iflow-mcp-mcp-wikidata","markdown":"https://wellknown.network/agents/iflow-mcp-mcp-wikidata/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-mcp-wikidata","status":"https://wellknown.network/api/v1/agents/iflow-mcp-mcp-wikidata/status","claim":"https://wellknown.network/agents/iflow-mcp-mcp-wikidata/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-mcp-wikidata/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-mcp-wikidata/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-mcp-wikidata/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-mcp-wikidata/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-mcp-wikidata","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_mcp-wikidata","summary":"MCP Wikidata Server","description":"## Wikidata MCP Server\n\n[![smithery badge](https://smithery.ai/badge/@zzaebok/mcp-wikidata)](https://smithery.ai/server/@zzaebok/mcp-wikidata)\n\nA server implementation for Wikidata API using the Model Context Protocol (MCP).\nThis project provides tools to interact with Wikidata, such as **searching identifiers** (entity and property), **extracting metadata** (label and description) and **executing sparql query**.\n\n---\n\n### Installation\n\n#### Installing via Smithery\n\nTo install Wikidata MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@zzaebok/mcp-wikidata):\n\n```bash\nnpx -y @smithery/cli install @zzaebok/mcp-wikidata --client claude\n```\n\n#### Installing Manually\nInstall `uv` if it is not installed yet.\n\n```bash\n$ curl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\nThen, install dependencies.\n\n```bash\n$ git clone https://github.com/zzaebok/mcp-wikidata.git\n$ cd mcp-wikidata\n$ uv sync\n# if you want to run client example together\n$ uv sync --extra example\n```\n\n---\n\n### Run\n\nRun the server with:\n\n```bash\n$ uv run src/server.py\n```\n\nIf you want to test it with a simple client code (with `langchain-mcp-adapters`), run the client with:\n\n```bash\n# in another shell\n$ uv run src/client.py\n```\n\nThe LLM extracts valid entity and property identifiers, executes a sparql query, and finally recommend a movie directed by Bong Joon-ho.\n\n<details>\n  <summary><i>See the execution output</i></summary>\n\n```python\n{\n  \"messages\": [\n      HumanMessage(\n          content=\"Can you recommend me a movie directed by Bong Joonho?\",\n      ),\n      AIMessage(\n          tool_calls=[\n              {\n                  \"name\": \"search_entity\",\n                  \"args\": {\"query\": \"Bong Joon-ho\"},\n              }\n          ],\n      ),\n      ToolMessage(\n          content=\"Q495980\",\n          name=\"search_entity\",\n      ),\n      AIMessage(\n          tool_calls=[\n              {\n                  \"name\": \"get_properties\",\n                  \"args\": {\"entity_id\": \"Q4959…","publisher":{"name":"Jaebok Lee","url":null},"homepage":null,"repository":null,"version":"0.1.1","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_mcp-wikidata","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"},{"slug":"dev.terminal","name":"Terminal & Shell","confidence":0.745,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_mcp-wikidata","registry":"pypi","observedAt":"2026-09-15T19:23:15.478Z","publishedAt":"2025-11-04T06:16:08.229370Z","latestVersion":"0.1.1"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_mcp-wikidata","url":"https://pypi.org/project/iflow-mcp_mcp-wikidata/","firstSeenAt":"2026-09-09T20:24:03.174Z","fetchedAt":"2026-09-15T19:21:38.479Z","normalizedAt":"2026-09-15T19:21:38.479Z"}]},"firstSeenAt":"2026-09-09T20:24:03.174Z","updatedAt":"2026-09-15T19:23:15.478Z"}