Skip to content

Commit 724397e

Browse files
committed
mention and link to AI SKILL and command line tools
1 parent 5a4373d commit 724397e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ This server allows you to convert between addresses and geographic coordinates.
1818

1919
## Installation
2020

21+
0. Is MCP the right tool?
22+
23+
This MCP is the right tool for small amounts of geocoding, for example while manually prompting an LLM.
24+
25+
If however, you want to process larger volumes of data, for example CSV files full of address or coordinates, or connecting to database full of data, it is almost certainly both faster and more affordable to use [our command line tools](https://opencagedata.com/tutorials/geocode-commandline), or have the LLM write a script to call our API directly.
26+
27+
We offer a markdown-formatted [opencage-geocoding-api SKILL](https://github.com/OpenCageData/opencage-skills/blob/master/opencage-geocoding-api/SKILL.md) file to train your AI on best practices for working with our geocoding API.
28+
2129
1. Clone the repository. Change into the repository directory
2230

2331
```bash

0 commit comments

Comments
 (0)