lookup
Pack: dbpedia · Endpoint: https://gateway.pipeworx.io/dbpedia/mcp
DBpedia Lookup search — find entities by label or alias.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | |
max_results | number | no | 1-100 (default 10) |
type | string | no | Restrict to a DBpedia type URI (e.g. Place, Person) |
Example call
curl -X POST https://gateway.pipeworx.io/dbpedia/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"lookup","arguments":{}}}'
Response shape
Full JSON Schema
{
"type": "object",
"description": "DBpedia Lookup API response containing matching entities"
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"dbpedia": {
"url": "https://gateway.pipeworx.io/dbpedia/mcp"
}
}
}
See Getting Started for client-specific install steps.